#DDEA61

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

Shades of Mindaro #DDEA61

Tints of Mindaro #DDEA61

Color information

#DDEA61 (or 0xDDEA61) is unknown color: approx Mindaro. HEX triplet: DD, EA and 61. RGB value is (221,234,97). Sum of RGB (Red+Green+Blue) = 221+234+97=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 97 (38.28% from 255 or 17.57% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEA61 is #22159E. Grayscale: #D7D7D7. Windows color (decimal): -2233759 or 6417117. OLE color: 6417117.

HSL color Cylindrical-coordinate representation of color #DDEA61: hue angle of 65.69º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDEA61 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB22123497-
CMYK0.0600.590.08
HSL65.69º76.54%64.9%-
HSV(B)65.69º58.55%91.76%-
XYZ61.475.0822.57-
YUV214.561.69132.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 234 (91.80% from 255) = 42.39%
BLUE value IS 97 (38.28% from 255) = 17.57%
R=40.04%
G=42.39%
B=17.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal221234970.0600.590.0865.6976.5464.9
HexDDEA61603B8424d41
Octal335352141607310102115101
Binary1101110111101010110000111001110111000100001010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEA61; }

 p { color: rgb(221,234,97); }

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

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

 a { background-color: rgb(221,234,97); }

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

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

 span { border-color: rgb(221,234,97); }

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