#DCE59F

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

Shades of Tusk #DCE59F

Tints of Tusk #DCE59F

Color information

#DCE59F (or 0xDCE59F) is unknown color: approx Tusk. HEX triplet: DC, E5 and 9F. RGB value is (220,229,159). Sum of RGB (Red+Green+Blue) = 220+229+159=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 159 (62.5% from 255 or 26.15% from 608); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE59F is #231A60. Grayscale: #DADADA. Windows color (decimal): -2300513 or 10479068. OLE color: 10479068.

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

Color convert

RGB220229159-
CMYK0.0400.310.10
HSL67.71º57.38%76.08%-
HSV(B)67.71º30.57%89.8%-
XYZ63.7973.7643.68-
YUV218.3394.52129.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 229 (89.84% from 255) = 37.66%
BLUE value IS 159 (62.5% from 255) = 26.15%
R=36.18%
G=37.66%
B=26.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202291590.0400.310.1067.7157.3876.08
HexDCE59F401FA44394c
Octal33434523740371210471114
Binary110111001110010110011111100011111101010001001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE59F; }

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

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

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

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

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

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

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

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