#DCE976

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

Shades of Mindaro #DCE976

Tints of Mindaro #DCE976

Color information

#DCE976 (or 0xDCE976) is unknown color: approx Mindaro. HEX triplet: DC, E9 and 76. RGB value is (220,233,118). Sum of RGB (Red+Green+Blue) = 220+233+118=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE976 is #231689. Grayscale: #D8D8D8. Windows color (decimal): -2299530 or 7793116. OLE color: 7793116.

HSL color Cylindrical-coordinate representation of color #DCE976: hue angle of 66.78º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCE976 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB220233118-
CMYK0.0600.490.09
HSL66.78º72.33%68.82%-
HSV(B)66.78º49.36%91.37%-
XYZ61.9274.828.31-
YUV21672.69130.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 233 (91.41% from 255) = 40.81%
BLUE value IS 118 (46.48% from 255) = 20.67%
R=38.53%
G=40.81%
B=20.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202331180.0600.490.0966.7872.3368.82
HexDCE97660319434845
Octal334351166606111103110105
Binary1101110011101001111011011001100011001100001110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE976; }

 p { color: rgb(220,233,118); }

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

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

 a { background-color: rgb(220,233,118); }

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

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

 span { border-color: rgb(220,233,118); }

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