#DDFD64

Color #DDFD64 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DDFD64

Tints of Mindaro #DDFD64

Color information

#DDFD64 (or 0xDDFD64) is unknown color: approx Mindaro. HEX triplet: DD, FD and 64. RGB value is (221,253,100). Sum of RGB (Red+Green+Blue) = 221+253+100=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 100 (39.45% from 255 or 17.42% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD64 is #22029B. Grayscale: #E2E2E2. Windows color (decimal): -2228892 or 6618589. OLE color: 6618589.

HSL color Cylindrical-coordinate representation of color #DDFD64: hue angle of 72.55º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDFD64 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB221253100-
CMYK0.1300.600.01
HSL72.55º97.45%69.22%-
HSV(B)72.55º60.47%99.22%-
XYZ67.2486.5425.22-
YUV225.9956.9124.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 253 (99.22% from 255) = 44.08%
BLUE value IS 100 (39.45% from 255) = 17.42%
R=38.50%
G=44.08%
B=17.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531000.1300.600.0172.5597.4569.22
HexDDFD64D03C1496145
Octal335375144150741111141105
Binary11011101111111011100100110101111001100100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFD64; }

 p { color: rgb(221,253,100); }

 H1.HeaderClassName
 {
   color: #DDFD64;
 }
 .AnyTagClassName
 {
   color: #DDFD64;
 }
</style>
background-color css

<style>
 a { background-color: #DDFD64; }

 a { background-color: rgb(221,253,100); }

 div.DivClassName
 {
   background-color: #DDFD64;
 }
 .BgClassName
 {
   background-color: #DDFD64;
 }
</style>
border-color css

<style>
 span { border-color: #DDFD64; }

 span { border-color: rgb(221,253,100); }

 td.TdClassName
 {
   border-color: #DDFD64;
 }
 .TagClassName
 {
   border-color: #DDFD64;
 }
</style>