#DCE09F

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

Shades of Tusk #DCE09F

Tints of Tusk #DCE09F

Color information

#DCE09F (or 0xDCE09F) is unknown color: approx Tusk. HEX triplet: DC, E0 and 9F. RGB value is (220,224,159). Sum of RGB (Red+Green+Blue) = 220+224+159=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE09F is #231F60. Grayscale: #D7D7D7. Windows color (decimal): -2301793 or 10477788. OLE color: 10477788.

HSL color Cylindrical-coordinate representation of color #DCE09F: hue angle of 63.69º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCE09F is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB220224159-
CMYK0.0200.290.12
HSL63.69º51.18%75.1%-
HSV(B)63.69º29.02%87.84%-
XYZ62.4371.0343.22-
YUV215.3996.17131.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 224 (87.89% from 255) = 37.15%
BLUE value IS 159 (62.5% from 255) = 26.37%
R=36.48%
G=37.15%
B=26.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202241590.0200.290.1263.6951.1875.1
HexDCE09F201DC40334b
Octal33434023720351410063113
Binary11011100111000001001111110011101110010000001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE09F; }

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

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

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

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

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

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

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

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