#DFEA72

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

Shades of Mindaro #DFEA72

Tints of Mindaro #DFEA72

Color information

#DFEA72 (or 0xDFEA72) is unknown color: approx Mindaro. HEX triplet: DF, EA and 72. RGB value is (223,234,114). Sum of RGB (Red+Green+Blue) = 223+234+114=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 114 (44.92% from 255 or 19.96% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEA72 is #20158D. Grayscale: #D9D9D9. Windows color (decimal): -2102670 or 7531231. OLE color: 7531231.

HSL color Cylindrical-coordinate representation of color #DFEA72: hue angle of 65.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFEA72 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB223234114-
CMYK0.0500.510.08
HSL65.5º74.07%68.24%-
HSV(B)65.5º51.28%91.76%-
XYZ62.8975.7527.23-
YUV217.0369.86132.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 234 (91.80% from 255) = 40.98%
BLUE value IS 114 (44.92% from 255) = 19.96%
R=39.05%
G=40.98%
B=19.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232341140.0500.510.0865.574.0768.24
HexDFEA7250338424a44
Octal337352162506310102112104
Binary1101111111101010111001010101100111000100001010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEA72; }

 p { color: rgb(223,234,114); }

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

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

 a { background-color: rgb(223,234,114); }

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

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

 span { border-color: rgb(223,234,114); }

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