#DCE59C

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

Shades of Tusk #DCE59C

Tints of Tusk #DCE59C

Color information

#DCE59C (or 0xDCE59C) is unknown color: approx Tusk. HEX triplet: DC, E5 and 9C. RGB value is (220,229,156). Sum of RGB (Red+Green+Blue) = 220+229+156=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 156 (61.33% from 255 or 25.79% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE59C is #231A63. Grayscale: #DADADA. Windows color (decimal): -2300516 or 10282460. OLE color: 10282460.

HSL color Cylindrical-coordinate representation of color #DCE59C: hue angle of 67.4º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCE59C is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB220229156-
CMYK0.0400.320.10
HSL67.4º58.4%75.49%-
HSV(B)67.4º31.88%89.8%-
XYZ63.5473.6542.32-
YUV217.9993.02129.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 229 (89.84% from 255) = 37.85%
BLUE value IS 156 (61.33% from 255) = 25.79%
R=36.36%
G=37.85%
B=25.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202291560.0400.320.1067.458.475.49
HexDCE59C4020A433a4b
Octal33434523440401210372113
Binary1101110011100101100111001000100000101010000111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE59C; }

 p { color: rgb(220,229,156); }

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

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

 a { background-color: rgb(220,229,156); }

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

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

 span { border-color: rgb(220,229,156); }

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