#DEEC6C

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

Shades of Mindaro #DEEC6C

Tints of Mindaro #DEEC6C

Color information

#DEEC6C (or 0xDEEC6C) is unknown color: approx Mindaro. HEX triplet: DE, EC and 6C. RGB value is (222,236,108). Sum of RGB (Red+Green+Blue) = 222+236+108=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 108 (42.58% from 255 or 19.08% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #DEEC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEC6C is #211393. Grayscale: #D9D9D9. Windows color (decimal): -2167700 or 7138526. OLE color: 7138526.

HSL color Cylindrical-coordinate representation of color #DEEC6C: hue angle of 66.56º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEEC6C is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB222236108-
CMYK0.0600.540.07
HSL66.56º77.11%67.45%-
HSV(B)66.56º54.24%92.55%-
XYZ62.8376.625.66-
YUV217.2266.36131.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 236 (92.58% from 255) = 41.70%
BLUE value IS 108 (42.58% from 255) = 19.08%
R=39.22%
G=41.70%
B=19.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222361080.0600.540.0766.5677.1167.45
HexDEEC6C60367434d43
Octal33635415460667103115103
Binary110111101110110011011001100110110111100001110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEC6C; }

 p { color: rgb(222,236,108); }

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

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

 a { background-color: rgb(222,236,108); }

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

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

 span { border-color: rgb(222,236,108); }

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