#DBDFB3

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

Shades of Tusk #DBDFB3

Tints of Tusk #DBDFB3

Color information

#DBDFB3 (or 0xDBDFB3) is unknown color: approx Tusk. HEX triplet: DB, DF and B3. RGB value is (219,223,179). Sum of RGB (Red+Green+Blue) = 219+223+179=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 179 (70.31% from 255 or 28.82% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFB3 is #24204C. Grayscale: #D8D8D8. Windows color (decimal): -2367565 or 11788251. OLE color: 11788251.

HSL color Cylindrical-coordinate representation of color #DBDFB3: hue angle of 65.45º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBDFB3 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB219223179-
CMYK0.0200.200.13
HSL65.45º40.74%78.82%-
HSV(B)65.45º19.73%87.45%-
XYZ63.7471.0953.01-
YUV216.79106.67129.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.27%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 179 (70.31% from 255) = 28.82%
R=35.27%
G=35.91%
B=28.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192231790.0200.200.1365.4540.7478.82
HexDBDFB32014D41294f
Octal33333726320241510151117
Binary11011011110111111011001110010100110110000011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDFB3; }

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

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

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

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

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

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

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

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