#DBDFA0

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

Shades of Tusk #DBDFA0

Tints of Tusk #DBDFA0

Color information

#DBDFA0 (or 0xDBDFA0) is unknown color: approx Tusk. HEX triplet: DB, DF and A0. RGB value is (219,223,160). Sum of RGB (Red+Green+Blue) = 219+223+160=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDFA0 is #24205F. Grayscale: #D6D6D6. Windows color (decimal): -2367584 or 10543067. OLE color: 10543067.

HSL color Cylindrical-coordinate representation of color #DBDFA0: hue angle of 63.81º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBDFA0 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB219223160-
CMYK0.0200.280.13
HSL63.81º49.61%75.1%-
HSV(B)63.81º28.25%87.45%-
XYZ61.9570.3743.58-
YUV214.6297.17131.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.38%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 160 (62.89% from 255) = 26.58%
R=36.38%
G=37.04%
B=26.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192231600.0200.280.1363.8149.6175.1
HexDBDFA0201CD40324b
Octal33333724020341510062113
Binary11011011110111111010000010011100110110000001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFA0; }

 p { color: rgb(219,223,160); }

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

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

 a { background-color: rgb(219,223,160); }

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

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

 span { border-color: rgb(219,223,160); }

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