#DDEA7E

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

Shades of Mindaro #DDEA7E

Tints of Mindaro #DDEA7E

Color information

#DDEA7E (or 0xDDEA7E) is unknown color: approx Mindaro. HEX triplet: DD, EA and 7E. RGB value is (221,234,126). Sum of RGB (Red+Green+Blue) = 221+234+126=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEA7E is #221581. Grayscale: #DADADA. Windows color (decimal): -2233730 or 8317661. OLE color: 8317661.

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

Color convert

RGB221234126-
CMYK0.0600.460.08
HSL67.22º72%70.59%-
HSV(B)67.22º46.15%91.76%-
XYZ63.0175.7231.03-
YUV217.876.19130.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 234 (91.80% from 255) = 40.28%
BLUE value IS 126 (49.61% from 255) = 21.69%
R=38.04%
G=40.28%
B=21.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212341260.0600.460.0867.227270.59
HexDDEA7E602E8434847
Octal335352176605610103110107
Binary1101110111101010111111011001011101000100001110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEA7E; }

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

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

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

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

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

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

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

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