#DBDEB6

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

Shades of Tusk #DBDEB6

Tints of Tusk #DBDEB6

Color information

#DBDEB6 (or 0xDBDEB6) is unknown color: approx Tusk. HEX triplet: DB, DE and B6. RGB value is (219,222,182). Sum of RGB (Red+Green+Blue) = 219+222+182=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 182 (71.48% from 255 or 29.21% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEB6 is #242149. Grayscale: #D8D8D8. Windows color (decimal): -2367818 or 11984603. OLE color: 11984603.

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

Color convert

RGB219222182-
CMYK0.0100.180.13
HSL64.5º37.74%79.22%-
HSV(B)64.5º18.02%87.06%-
XYZ63.7870.6854.54-
YUV216.54108.51129.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 222 (87.11% from 255) = 35.63%
BLUE value IS 182 (71.48% from 255) = 29.21%
R=35.15%
G=35.63%
B=29.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192221820.0100.180.1364.537.7479.22
HexDBDEB61012D40264f
Octal33333626610221510046117
Binary1101101111011110101101101010010110110000001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDEB6; }

 p { color: rgb(219,222,182); }

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

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

 a { background-color: rgb(219,222,182); }

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

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

 span { border-color: rgb(219,222,182); }

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