#DCDDB9

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

Shades of Tusk #DCDDB9

Tints of Tusk #DCDDB9

Color information

#DCDDB9 (or 0xDCDDB9) is unknown color: approx Tusk. HEX triplet: DC, DD and B9. RGB value is (220,221,185). Sum of RGB (Red+Green+Blue) = 220+221+185=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 185 (72.66% from 255 or 29.55% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDB9 is #232246. Grayscale: #D8D8D8. Windows color (decimal): -2302535 or 12180956. OLE color: 12180956.

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

Color convert

RGB220221185-
CMYK0.0000.160.13
HSL61.67º34.62%79.61%-
HSV(B)61.67º16.29%86.67%-
XYZ64.1370.4356.11-
YUV216.6110.17130.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 185 (72.66% from 255) = 29.55%
R=35.14%
G=35.30%
B=29.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211850.0000.160.1361.6734.6279.61
HexDCDDB90010D3e2350
Octal3343352710020157643120
Binary110111001101110110111001001000011011111101000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDB9; }

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

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

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

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

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

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

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

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