#DBDEAA

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

Shades of Tusk #DBDEAA

Tints of Tusk #DBDEAA

Color information

#DBDEAA (or 0xDBDEAA) is unknown color: approx Tusk. HEX triplet: DB, DE and AA. RGB value is (219,222,170). Sum of RGB (Red+Green+Blue) = 219+222+170=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDEAA is #242155. Grayscale: #D7D7D7. Windows color (decimal): -2367830 or 11198171. OLE color: 11198171.

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

Color convert

RGB219222170-
CMYK0.0100.230.13
HSL63.46º44.07%76.86%-
HSV(B)63.46º23.42%87.06%-
XYZ62.5970.248.28-
YUV215.18102.51130.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 170 (66.80% from 255) = 27.82%
R=35.84%
G=36.33%
B=27.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192221700.0100.230.1363.4644.0776.86
HexDBDEAA1017D3f2c4d
Octal3333362521027157754115
Binary110110111101111010101010101011111011111111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDEAA; }

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

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

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

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

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

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

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

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