#DDE57D

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

Shades of Mindaro #DDE57D

Tints of Mindaro #DDE57D

Color information

#DDE57D (or 0xDDE57D) is unknown color: approx Mindaro. HEX triplet: DD, E5 and 7D. RGB value is (221,229,125). Sum of RGB (Red+Green+Blue) = 221+229+125=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE57D is #221A82. Grayscale: #D7D7D7. Windows color (decimal): -2235011 or 8250845. OLE color: 8250845.

HSL color Cylindrical-coordinate representation of color #DDE57D: hue angle of 64.62º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDE57D is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB221229125-
CMYK0.0300.450.10
HSL64.62º66.67%69.41%-
HSV(B)64.62º45.41%89.8%-
XYZ61.5472.8930.23-
YUV214.7577.35132.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 229 (89.84% from 255) = 39.83%
BLUE value IS 125 (49.22% from 255) = 21.74%
R=38.43%
G=39.83%
B=21.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212291250.0300.450.1064.6266.6769.41
HexDDE57D302DA414345
Octal335345175305512101103105
Binary110111011110010111111011101011011010100000110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE57D; }

 p { color: rgb(221,229,125); }

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

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

 a { background-color: rgb(221,229,125); }

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

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

 span { border-color: rgb(221,229,125); }

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