#DCDCAB

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

Shades of Tusk #DCDCAB

Tints of Tusk #DCDCAB

Color information

#DCDCAB (or 0xDCDCAB) is unknown color: approx Tusk. HEX triplet: DC, DC and AB. RGB value is (220,220,171). Sum of RGB (Red+Green+Blue) = 220+220+171=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDCAB is #232354. Grayscale: #D6D6D6. Windows color (decimal): -2302805 or 11263196. OLE color: 11263196.

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

Color convert

RGB220220171-
CMYK000.220.14
HSL60º41.18%76.67%-
HSV(B)60º22.27%86.27%-
XYZ62.4669.3448.62-
YUV214.41103.5131.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 171 (67.19% from 255) = 27.99%
R=36.01%
G=36.01%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220171000.220.146041.1876.67
HexDCDCAB0016E3c294d
Octal3343342530026167451115
Binary110111001101110010101011001011011101111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDCAB; }

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

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

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

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

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

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

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

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