#D5D2CD

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

Shades of Timberwolf #D5D2CD

Tints of Timberwolf #D5D2CD

Color information

#D5D2CD (or 0xD5D2CD) is unknown color: approx Timberwolf. HEX triplet: D5, D2 and CD. RGB value is (213,210,205). Sum of RGB (Red+Green+Blue) = 213+210+205=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D2CD is #2A2D32. Grayscale: #D2D2D2. Windows color (decimal): -2764083 or 13488853. OLE color: 13488853.

HSL color Cylindrical-coordinate representation of color #D5D2CD: hue angle of 37.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5D2CD is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213210205-
CMYK00.010.040.16
HSL37.5º8.7%81.96%-
HSV(B)37.5º3.76%83.53%-
XYZ61.5164.6566.99-
YUV210.33124.99129.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.92%
GREEN value IS 210 (82.42% from 255) = 33.44%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=33.92%
G=33.44%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321020500.010.040.1637.58.781.96
HexD5D2CD0141026952
Octal325322315014204611122
Binary110101011101001011001101011001000010011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D2CD; }

 p { color: rgb(213,210,205); }

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

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

 a { background-color: rgb(213,210,205); }

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

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

 span { border-color: rgb(213,210,205); }

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