#DCE9AC

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

Shades of Tusk #DCE9AC

Tints of Tusk #DCE9AC

Color information

#DCE9AC (or 0xDCE9AC) is unknown color: approx Tusk. HEX triplet: DC, E9 and AC. RGB value is (220,233,172). Sum of RGB (Red+Green+Blue) = 220+233+172=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE9AC is #231653. Grayscale: #DEDEDE. Windows color (decimal): -2299476 or 11332060. OLE color: 11332060.

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

Color convert

RGB220233172-
CMYK0.0600.260.09
HSL72.79º58.1%79.41%-
HSV(B)72.79º26.18%91.37%-
XYZ66.176.4750.31-
YUV222.1699.69126.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.2%
GREEN value IS 233 (91.41% from 255) = 37.28%
BLUE value IS 172 (67.58% from 255) = 27.52%
R=35.2%
G=37.28%
B=27.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202331720.0600.260.0972.7958.179.41
HexDCE9AC601A9493a4f
Octal33435125460321111172117
Binary110111001110100110101100110011010100110010011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9AC; }

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

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

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

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

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

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

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

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