#DCE9AB

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

Shades of Tusk #DCE9AB

Tints of Tusk #DCE9AB

Color information

#DCE9AB (or 0xDCE9AB) is unknown color: approx Tusk. HEX triplet: DC, E9 and AB. RGB value is (220,233,171). Sum of RGB (Red+Green+Blue) = 220+233+171=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE9AB is #231654. Grayscale: #DEDEDE. Windows color (decimal): -2299477 or 11266524. OLE color: 11266524.

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

Color convert

RGB220233171-
CMYK0.0600.270.09
HSL72.58º58.49%79.22%-
HSV(B)72.58º26.61%91.37%-
XYZ6676.4349.8-
YUV222.0499.19126.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 233 (91.41% from 255) = 37.34%
BLUE value IS 171 (67.19% from 255) = 27.40%
R=35.26%
G=37.34%
B=27.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202331710.0600.270.0972.5858.4979.22
HexDCE9AB601B9493a4f
Octal33435125360331111172117
Binary110111001110100110101011110011011100110010011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9AB; }

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

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

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

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

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

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

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

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