#DCDBB1

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

Shades of Tusk #DCDBB1

Tints of Tusk #DCDBB1

Color information

#DCDBB1 (or 0xDCDBB1) is unknown color: approx Tusk. HEX triplet: DC, DB and B1. RGB value is (220,219,177). Sum of RGB (Red+Green+Blue) = 220+219+177=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBB1 is #23244E. Grayscale: #D6D6D6. Windows color (decimal): -2303055 or 11656156. OLE color: 11656156.

HSL color Cylindrical-coordinate representation of color #DCDBB1: hue angle of 58.6º degrees, saturation: 0.38, 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 #DCDBB1 is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220219177-
CMYK00.000.200.14
HSL58.6º38.05%77.84%-
HSV(B)58.6º19.55%86.27%-
XYZ62.7869.0551.61-
YUV214.51106.83131.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 177 (69.53% from 255) = 28.73%
R=35.71%
G=35.55%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021917700.000.200.1458.638.0577.84
HexDCDBB10014E3b264e
Octal3343332610024167346116
Binary110111001101101110110001001010011101110111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDBB1; }

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

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

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

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

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

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

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

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