#DBD9D4

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

Shades of Timberwolf #DBD9D4

Tints of Timberwolf #DBD9D4

Color information

#DBD9D4 (or 0xDBD9D4) is unknown color: approx Timberwolf. HEX triplet: DB, D9 and D4. RGB value is (219,217,212). Sum of RGB (Red+Green+Blue) = 219+217+212=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9D4 is #24262B. Grayscale: #D9D9D9. Windows color (decimal): -2369068 or 13949403. OLE color: 13949403.

HSL color Cylindrical-coordinate representation of color #DBD9D4: hue angle of 42.86º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBD9D4 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB219217212-
CMYK00.010.030.14
HSL42.86º8.86%84.51%-
HSV(B)42.86º3.2%85.88%-
XYZ65.9169.4472.22-
YUV217.03125.16129.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 217 (85.16% from 255) = 33.49%
BLUE value IS 212 (83.20% from 255) = 32.72%
R=33.80%
G=33.49%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921721200.010.030.1442.868.8684.51
HexDBD9D4013E2b955
Octal333331324013165311125
Binary1101101111011001110101000111111010101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9D4; }

 p { color: rgb(219,217,212); }

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

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

 a { background-color: rgb(219,217,212); }

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

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

 span { border-color: rgb(219,217,212); }

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