#DBDF9F

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

Shades of Tusk #DBDF9F

Tints of Tusk #DBDF9F

Color information

#DBDF9F (or 0xDBDF9F) is unknown color: approx Tusk. HEX triplet: DB, DF and 9F. RGB value is (219,223,159). Sum of RGB (Red+Green+Blue) = 219+223+159=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 159 (62.5% from 255 or 26.46% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF9F is #242060. Grayscale: #D6D6D6. Windows color (decimal): -2367585 or 10477531. OLE color: 10477531.

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

Color convert

RGB219223159-
CMYK0.0200.290.13
HSL63.75º50%74.9%-
HSV(B)63.75º28.7%87.45%-
XYZ61.8670.3443.12-
YUV214.5196.67131.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.44%
GREEN value IS 223 (87.5% from 255) = 37.10%
BLUE value IS 159 (62.5% from 255) = 26.46%
R=36.44%
G=37.10%
B=26.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192231590.0200.290.1363.755074.9
HexDBDF9F201DD40324b
Octal33333723720351510062113
Binary11011011110111111001111110011101110110000001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDF9F; }

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

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

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

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

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

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

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

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