#DCDCAF

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

Shades of Tusk #DCDCAF

Tints of Tusk #DCDCAF

Color information

#DCDCAF (or 0xDCDCAF) is unknown color: approx Tusk. HEX triplet: DC, DC and AF. RGB value is (220,220,175). Sum of RGB (Red+Green+Blue) = 220+220+175=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDCAF is #232350. Grayscale: #D7D7D7. Windows color (decimal): -2302801 or 11525340. OLE color: 11525340.

HSL color Cylindrical-coordinate representation of color #DCDCAF: hue angle of 60º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCDCAF is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220220175-
CMYK000.200.14
HSL60º39.13%77.45%-
HSV(B)60º20.45%86.27%-
XYZ62.8569.550.66-
YUV214.87105.5131.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=35.77%
G=35.77%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220175000.200.146039.1377.45
HexDCDCAF0014E3c274d
Octal3343342570024167447115
Binary110111001101110010101111001010011101111001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCAF; }

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

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

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

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

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

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

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

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