#DBDDAE

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

Shades of Tusk #DBDDAE

Tints of Tusk #DBDDAE

Color information

#DBDDAE (or 0xDBDDAE) is unknown color: approx Tusk. HEX triplet: DB, DD and AE. RGB value is (219,221,174). Sum of RGB (Red+Green+Blue) = 219+221+174=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDDAE is #242251. Grayscale: #D7D7D7. Windows color (decimal): -2368082 or 11460059. OLE color: 11460059.

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

Color convert

RGB219221174-
CMYK0.0100.210.13
HSL62.55º40.87%77.45%-
HSV(B)62.55º21.27%86.67%-
XYZ62.7169.8350.22-
YUV215.04104.84130.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 174 (68.36% from 255) = 28.34%
R=35.67%
G=35.99%
B=28.34%

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
Decimal2192211740.0100.210.1362.5540.8777.45
HexDBDDAE1015D3f294d
Octal3333352561025157751115
Binary110110111101110110101110101010111011111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDAE; }

 p { color: rgb(219,221,174); }

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

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

 a { background-color: rgb(219,221,174); }

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

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

 span { border-color: rgb(219,221,174); }

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