#DBDFB0

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

Shades of Tusk #DBDFB0

Tints of Tusk #DBDFB0

Color information

#DBDFB0 (or 0xDBDFB0) is unknown color: approx Tusk. HEX triplet: DB, DF and B0. RGB value is (219,223,176). Sum of RGB (Red+Green+Blue) = 219+223+176=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDFB0 is #24204F. Grayscale: #D8D8D8. Windows color (decimal): -2367568 or 11591643. OLE color: 11591643.

HSL color Cylindrical-coordinate representation of color #DBDFB0: hue angle of 65.11º degrees, saturation: 0.42, 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 #DBDFB0 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB219223176-
CMYK0.0200.210.13
HSL65.11º42.34%78.24%-
HSV(B)65.11º21.08%87.45%-
XYZ63.4470.9751.43-
YUV216.45105.17129.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 176 (69.14% from 255) = 28.48%
R=35.44%
G=36.08%
B=28.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192231760.0200.210.1365.1142.3478.24
HexDBDFB02015D412a4e
Octal33333726020251510152116
Binary11011011110111111011000010010101110110000011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFB0; }

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

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

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

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

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

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

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

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