#DCDBB0

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

Shades of Tusk #DCDBB0

Tints of Tusk #DCDBB0

Color information

#DCDBB0 (or 0xDCDBB0) is unknown color: approx Tusk. HEX triplet: DC, DB and B0. RGB value is (220,219,176). Sum of RGB (Red+Green+Blue) = 220+219+176=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBB0 is #23244F. Grayscale: #D6D6D6. Windows color (decimal): -2303056 or 11590620. OLE color: 11590620.

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

Color convert

RGB220219176-
CMYK00.000.20.14
HSL58.64º38.6%77.65%-
HSV(B)58.64º20%86.27%-
XYZ62.6869.0151.09-
YUV214.4106.33132-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 176 (69.14% from 255) = 28.62%
R=35.77%
G=35.61%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021917600.000.20.1458.6438.677.65
HexDCDBB00014E3b274e
Octal3343332600024167347116
Binary110111001101101110110000001010011101110111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBB0; }

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

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

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

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

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

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

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

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