#DBDCB2

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

Shades of Tusk #DBDCB2

Tints of Tusk #DBDCB2

Color information

#DBDCB2 (or 0xDBDCB2) is unknown color: approx Tusk. HEX triplet: DB, DC and B2. RGB value is (219,220,178). Sum of RGB (Red+Green+Blue) = 219+220+178=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDCB2 is #24234D. Grayscale: #D7D7D7. Windows color (decimal): -2368334 or 11721947. OLE color: 11721947.

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

Color convert

RGB219220178-
CMYK0.0000.190.14
HSL61.43º37.5%78.04%-
HSV(B)61.43º19.09%86.27%-
XYZ62.8469.4652.21-
YUV214.91107.17130.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 178 (69.92% from 255) = 28.85%
R=35.49%
G=35.66%
B=28.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192201780.0000.190.1461.4337.578.04
HexDBDCB20013E3d264e
Octal3333342620023167546116
Binary110110111101110010110010001001111101111011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCB2; }

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

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

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

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

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

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

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

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