Shades of Westar #D3D0CA
Tints of Westar #D3D0CA
RGB
CMYK
RGB Variations
Color information
#D3D0CA (or 0xD3D0CA) is known color: Westar. HEX triplet: D3, D0 and CA. RGB value is (211,208,202). Sum of RGB (Red+Green+Blue) = 211+208+202=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D0CA is #2C2F35. Grayscale: #D0D0D0. Windows color (decimal): -2895670 or 13291731. OLE color: 13291731.
HSL color Cylindrical-coordinate representation of color #D3D0CA: hue angle of 40º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3D0CA is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 208 | 202 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.17 |
| HSL | 40º | 0.09% | 0.81% | - |
| HSV(B) | 40º | 0.04% | 0.83% | - |
| XYZ | 60.08 | 63.22 | 64.91 | - |
| YUV | 208.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 202 | 0 | 0.01 | 0.04 | 0.17 | 40 | 0.09 | 0.81 |
| Hex | D3 | D0 | CA | 0 | 1 | 4 | 11 | 28 | 9 | 51 |
| Octal | 323 | 320 | 312 | 0 | 1 | 4 | 21 | 50 | 11 | 121 |
| Binary | 11010011 | 11010000 | 11001010 | 0 | 1 | 100 | 10001 | 101000 | 1001 | 1010001 |
Color Harmonies of #D3D0CA
Complementary color
Monochromatic Colors of #D3D0CA
Black with #D3D0CA
Text Example
Text Example
White with #D3D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D0CA; }
p { color: rgb(211,208,202); }
H1.HeaderClassName
{
color: #D3D0CA;
}
.AnyTagClassName
{
color: #D3D0CA;
}
</style>
background-color css
<style>
a { background-color: #D3D0CA; }
a { background-color: rgb(211,208,202); }
div.DivClassName
{
background-color: #D3D0CA;
}
.BgClassName
{
background-color: #D3D0CA;
}
</style>
border-color css
<style>
span { border-color: #D3D0CA; }
span { border-color: rgb(211,208,202); }
td.TdClassName
{
border-color: #D3D0CA;
}
.TagClassName
{
border-color: #D3D0CA;
}
</style>