#DCDDB4

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

Shades of Tusk #DCDDB4

Tints of Tusk #DCDDB4

Color information

#DCDDB4 (or 0xDCDDB4) is unknown color: approx Tusk. HEX triplet: DC, DD and B4. RGB value is (220,221,180). Sum of RGB (Red+Green+Blue) = 220+221+180=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDB4 is #23224B. Grayscale: #D8D8D8. Windows color (decimal): -2302540 or 11853276. OLE color: 11853276.

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

Color convert

RGB220221180-
CMYK0.0000.190.13
HSL61.46º37.61%78.63%-
HSV(B)61.46º18.55%86.67%-
XYZ63.6170.2253.38-
YUV216.03107.67130.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 180 (70.70% from 255) = 28.99%
R=35.43%
G=35.59%
B=28.99%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211800.0000.190.1361.4637.6178.63
HexDCDDB40013D3d264f
Octal3343352640023157546117
Binary110111001101110110110100001001111011111011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDB4; }

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

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

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

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

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

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

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

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