#DCDDB0

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

Shades of Tusk #DCDDB0

Tints of Tusk #DCDDB0

Color information

#DCDDB0 (or 0xDCDDB0) is unknown color: approx Tusk. HEX triplet: DC, DD and B0. RGB value is (220,221,176). Sum of RGB (Red+Green+Blue) = 220+221+176=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDDB0 is #23224F. Grayscale: #D7D7D7. Windows color (decimal): -2302544 or 11591132. OLE color: 11591132.

HSL color Cylindrical-coordinate representation of color #DCDDB0: hue angle of 61.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCDDB0 is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB220221176-
CMYK0.0000.200.13
HSL61.33º39.82%77.84%-
HSV(B)61.33º20.36%86.67%-
XYZ63.2170.0651.27-
YUV215.57105.67131.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 176 (69.14% from 255) = 28.53%
R=35.66%
G=35.82%
B=28.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211760.0000.200.1361.3339.8277.84
HexDCDDB00014D3d284e
Octal3343352600024157550116
Binary110111001101110110110000001010011011111011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDB0; }

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

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

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

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

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

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

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

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