#DCDBB4

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

Shades of Tusk #DCDBB4

Tints of Tusk #DCDBB4

Color information

#DCDBB4 (or 0xDCDBB4) is unknown color: approx Tusk. HEX triplet: DC, DB and B4. RGB value is (220,219,180). Sum of RGB (Red+Green+Blue) = 220+219+180=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDBB4 is #23244B. Grayscale: #D7D7D7. Windows color (decimal): -2303052 or 11852764. OLE color: 11852764.

HSL color Cylindrical-coordinate representation of color #DCDBB4: hue angle of 58.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCDBB4 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB220219180-
CMYK00.000.180.14
HSL58.5º36.36%78.43%-
HSV(B)58.5º18.18%86.27%-
XYZ63.0869.1753.21-
YUV214.85108.33131.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 180 (70.70% from 255) = 29.08%
R=35.54%
G=35.38%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021918000.000.180.1458.536.3678.43
HexDCDBB40012E3a244e
Octal3343332640022167244116
Binary110111001101101110110100001001011101110101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBB4; }

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

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

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

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

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

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

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

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