#DBDDB7

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

Shades of Tusk #DBDDB7

Tints of Tusk #DBDDB7

Color information

#DBDDB7 (or 0xDBDDB7) is unknown color: approx Tusk. HEX triplet: DB, DD and B7. RGB value is (219,221,183). Sum of RGB (Red+Green+Blue) = 219+221+183=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 183 (71.88% from 255 or 29.37% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDB7 is #242248. Grayscale: #D8D8D8. Windows color (decimal): -2368073 or 12049883. OLE color: 12049883.

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

Color convert

RGB219221183-
CMYK0.0100.170.13
HSL63.16º35.85%79.22%-
HSV(B)63.16º17.19%86.67%-
XYZ63.6270.1955-
YUV216.07109.34130.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 183 (71.88% from 255) = 29.37%
R=35.15%
G=35.47%
B=29.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192211830.0100.170.1363.1635.8579.22
HexDBDDB71011D3f244f
Octal3333352671021157744117
Binary110110111101110110110111101000111011111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDB7; }

 p { color: rgb(219,221,183); }

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

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

 a { background-color: rgb(219,221,183); }

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

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

 span { border-color: rgb(219,221,183); }

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