#DCE9AE

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

Shades of Tusk #DCE9AE

Tints of Tusk #DCE9AE

Color information

#DCE9AE (or 0xDCE9AE) is unknown color: approx Tusk. HEX triplet: DC, E9 and AE. RGB value is (220,233,174). Sum of RGB (Red+Green+Blue) = 220+233+174=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE9AE is #231651. Grayscale: #DEDEDE. Windows color (decimal): -2299474 or 11463132. OLE color: 11463132.

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

Color convert

RGB220233174-
CMYK0.0600.250.09
HSL73.22º57.28%79.8%-
HSV(B)73.22º25.32%91.37%-
XYZ66.2976.5551.33-
YUV222.39100.69126.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 233 (91.41% from 255) = 37.16%
BLUE value IS 174 (68.36% from 255) = 27.75%
R=35.09%
G=37.16%
B=27.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202331740.0600.250.0973.2257.2879.8
HexDCE9AE60199493950
Octal33435125660311111171120
Binary110111001110100110101110110011001100110010011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9AE; }

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

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

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

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

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

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

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

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