#DBDEB0

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

Shades of Tusk #DBDEB0

Tints of Tusk #DBDEB0

Color information

#DBDEB0 (or 0xDBDEB0) is unknown color: approx Tusk. HEX triplet: DB, DE and B0. RGB value is (219,222,176). Sum of RGB (Red+Green+Blue) = 219+222+176=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDEB0 is #24214F. Grayscale: #D8D8D8. Windows color (decimal): -2367824 or 11591387. OLE color: 11591387.

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

Color convert

RGB219222176-
CMYK0.0100.210.13
HSL63.91º41.07%78.04%-
HSV(B)63.91º20.72%87.06%-
XYZ63.1770.4451.34-
YUV215.86105.51130.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 176 (69.14% from 255) = 28.53%
R=35.49%
G=35.98%
B=28.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192221760.0100.210.1363.9141.0778.04
HexDBDEB01015D40294e
Octal33333626010251510051116
Binary1101101111011110101100001010101110110000001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDEB0; }

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

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

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

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

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

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

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

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