Shades of Westar #D7D1C5
Tints of Westar #D7D1C5
RGB
CMYK
RGB Variations
Color information
#D7D1C5 (or 0xD7D1C5) is known color: Westar. HEX triplet: D7, D1 and C5. RGB value is (215,209,197). Sum of RGB (Red+Green+Blue) = 215+209+197=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D1C5 is #282E3A. Grayscale: #D1D1D1. Windows color (decimal): -2633275 or 12964311. OLE color: 12964311.
HSL color Cylindrical-coordinate representation of color #D7D1C5: hue angle of 40º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7D1C5 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 209 | 197 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.16 |
| HSL | 40º | 0.18% | 0.81% | - |
| HSV(B) | 40º | 0.08% | 0.84% | - |
| XYZ | 60.9 | 64.08 | 61.98 | - |
| YUV | 209.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 209 | 197 | 0 | 0.03 | 0.08 | 0.16 | 40 | 0.18 | 0.81 |
| Hex | D7 | D1 | C5 | 0 | 3 | 8 | 10 | 28 | 12 | 51 |
| Octal | 327 | 321 | 305 | 0 | 3 | 10 | 20 | 50 | 22 | 121 |
| Binary | 11010111 | 11010001 | 11000101 | 0 | 11 | 1000 | 10000 | 101000 | 10010 | 1010001 |
Color Harmonies of #D7D1C5
Complementary color
Monochromatic Colors of #D7D1C5
Black with #D7D1C5
Text Example
Text Example
White with #D7D1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D1C5; }
p { color: rgb(215,209,197); }
H1.HeaderClassName
{
color: #D7D1C5;
}
.AnyTagClassName
{
color: #D7D1C5;
}
</style>
background-color css
<style>
a { background-color: #D7D1C5; }
a { background-color: rgb(215,209,197); }
div.DivClassName
{
background-color: #D7D1C5;
}
.BgClassName
{
background-color: #D7D1C5;
}
</style>
border-color css
<style>
span { border-color: #D7D1C5; }
span { border-color: rgb(215,209,197); }
td.TdClassName
{
border-color: #D7D1C5;
}
.TagClassName
{
border-color: #D7D1C5;
}
</style>