#DEE965

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

Shades of Mindaro #DEE965

Tints of Mindaro #DEE965

Color information

#DEE965 (or 0xDEE965) is unknown color: approx Mindaro. HEX triplet: DE, E9 and 65. RGB value is (222,233,101). Sum of RGB (Red+Green+Blue) = 222+233+101=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE965 is #21169A. Grayscale: #D7D7D7. Windows color (decimal): -2168475 or 6679006. OLE color: 6679006.

HSL color Cylindrical-coordinate representation of color #DEE965: hue angle of 65º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEE965 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB222233101-
CMYK0.0500.570.09
HSL65º75%65.49%-
HSV(B)65º56.65%91.37%-
XYZ61.6174.7523.49-
YUV214.6663.86133.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.93%
GREEN value IS 233 (91.41% from 255) = 41.91%
BLUE value IS 101 (39.84% from 255) = 18.17%
R=39.93%
G=41.91%
B=18.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222331010.0500.570.09657565.49
HexDEE96550399414b41
Octal336351145507111101113101
Binary1101111011101001110010110101110011001100000110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE965; }

 p { color: rgb(222,233,101); }

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

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

 a { background-color: rgb(222,233,101); }

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

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

 span { border-color: rgb(222,233,101); }

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