Shades of Westar #D6D1CA
Tints of Westar #D6D1CA
RGB
CMYK
RGB Variations
Color information
#D6D1CA (or 0xD6D1CA) is known color: Westar. HEX triplet: D6, D1 and CA. RGB value is (214,209,202). Sum of RGB (Red+Green+Blue) = 214+209+202=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D1CA is #292E35. Grayscale: #D1D1D1. Windows color (decimal): -2698806 or 13291990. OLE color: 13291990.
HSL color Cylindrical-coordinate representation of color #D6D1CA: hue angle of 35º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6D1CA is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 202 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.16 |
| HSL | 35º | 0.13% | 0.82% | - |
| HSV(B) | 35º | 0.06% | 0.84% | - |
| XYZ | 61.19 | 64.16 | 65.04 | - |
| YUV | 209.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 202 | 0 | 0.02 | 0.06 | 0.16 | 35 | 0.13 | 0.82 |
| Hex | D6 | D1 | CA | 0 | 2 | 6 | 10 | 23 | D | 52 |
| Octal | 326 | 321 | 312 | 0 | 2 | 6 | 20 | 43 | 15 | 122 |
| Binary | 11010110 | 11010001 | 11001010 | 0 | 10 | 110 | 10000 | 100011 | 1101 | 1010010 |
Color Harmonies of #D6D1CA
Complementary color
Monochromatic Colors of #D6D1CA
Black with #D6D1CA
Text Example
Text Example
White with #D6D1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D1CA; }
p { color: rgb(214,209,202); }
H1.HeaderClassName
{
color: #D6D1CA;
}
.AnyTagClassName
{
color: #D6D1CA;
}
</style>
background-color css
<style>
a { background-color: #D6D1CA; }
a { background-color: rgb(214,209,202); }
div.DivClassName
{
background-color: #D6D1CA;
}
.BgClassName
{
background-color: #D6D1CA;
}
</style>
border-color css
<style>
span { border-color: #D6D1CA; }
span { border-color: rgb(214,209,202); }
td.TdClassName
{
border-color: #D6D1CA;
}
.TagClassName
{
border-color: #D6D1CA;
}
</style>