#DCDDAB

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

Shades of Tusk #DCDDAB

Tints of Tusk #DCDDAB

Color information

#DCDDAB (or 0xDCDDAB) is unknown color: approx Tusk. HEX triplet: DC, DD and AB. RGB value is (220,221,171). Sum of RGB (Red+Green+Blue) = 220+221+171=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDDAB is #232254. Grayscale: #D7D7D7. Windows color (decimal): -2302549 or 11263452. OLE color: 11263452.

HSL color Cylindrical-coordinate representation of color #DCDDAB: hue angle of 61.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCDDAB is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB220221171-
CMYK0.0000.230.13
HSL61.2º42.37%76.86%-
HSV(B)61.2º22.62%86.67%-
XYZ62.7269.8748.71-
YUV215103.17131.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 171 (67.19% from 255) = 27.94%
R=35.95%
G=36.11%
B=27.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211710.0000.230.1361.242.3776.86
HexDCDDAB0017D3d2a4d
Octal3343352530027157552115
Binary110111001101110110101011001011111011111011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDAB; }

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

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

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

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

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

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

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

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