Html Css Color HEX #D5D2CC Timberwolf

📋 copy color: '#D5D2CC'

red 213 ◦ green 210 ◦ blue 204

#D5D2CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Timberwolf #D5D2CC

Tints of Timberwolf #D5D2CC

RGB

 RED value IS 213 (83.59% from 255) = 33.97%

 GREEN value IS 210 (82.42% from 255) = 33.49%

 BLUE value IS 204 (80.08% from 255) = 32.54%

R = 33.97%
G = 33.49%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D5D2CC (or 0xD5D2CC) is known color: Timberwolf. HEX triplet: D5, D2 and CC. RGB value is (213,210,204). Sum of RGB (Red+Green+Blue) = 213+210+204=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D2CC is #2A2D33. Grayscale: #D2D2D2. Windows color (decimal): -2764084 or 13423317. OLE color: 13423317.

HSL color Cylindrical-coordinate representation of color #D5D2CC: hue angle of 40º degrees, saturation: 0.1, 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 #D5D2CC is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 210 204 -
CMYK 0 0.01 0.04 0.16
HSL 40º 0.1% 0.82% -
HSV(B) 40º 0.04% 0.84% -
XYZ 61.39 64.6 66.36 -
YUV 210.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 213 210 204 0 0.01 0.04 0.16 40 0.1 0.82
Hex D5 D2 CC 0 1 4 10 28 A 52
Octal 325 322 314 0 1 4 20 50 12 122
Binary 11010101 11010010 11001100 0 1 100 10000 101000 1010 1010010

Color Harmonies of #D5D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D2CC

Black with #D5D2CC

Text Example


Text Example

White with #D5D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D2CC; }

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

 H1.HeaderClassName
 {
   color: #D5D2CC;
 }
 .AnyTagClassName
 {
   color: #D5D2CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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