#DCE9AF

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

Shades of Tusk #DCE9AF

Tints of Tusk #DCE9AF

Color information

#DCE9AF (or 0xDCE9AF) is unknown color: approx Tusk. HEX triplet: DC, E9 and AF. RGB value is (220,233,175). Sum of RGB (Red+Green+Blue) = 220+233+175=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE9AF is #231650. Grayscale: #DEDEDE. Windows color (decimal): -2299473 or 11528668. OLE color: 11528668.

HSL color Cylindrical-coordinate representation of color #DCE9AF: hue angle of 73.45º 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 #DCE9AF is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB220233175-
CMYK0.0600.250.09
HSL73.45º56.86%80%-
HSV(B)73.45º24.89%91.37%-
XYZ66.3976.5951.84-
YUV222.5101.19126.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 233 (91.41% from 255) = 37.10%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=35.03%
G=37.10%
B=27.87%

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
Decimal2202331750.0600.250.0973.4556.8680
HexDCE9AF60199493950
Octal33435125760311111171120
Binary110111001110100110101111110011001100110010011110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9AF; }

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

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

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

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

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

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

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

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