Shades of Westar #D6D0C4
Tints of Westar #D6D0C4
RGB
CMYK
RGB Variations
Color information
#D6D0C4 (or 0xD6D0C4) is known color: Westar. HEX triplet: D6, D0 and C4. RGB value is (214,208,196). Sum of RGB (Red+Green+Blue) = 214+208+196=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0C4 is #292F3B. Grayscale: #D0D0D0. Windows color (decimal): -2699068 or 12898518. OLE color: 12898518.
HSL color Cylindrical-coordinate representation of color #D6D0C4: hue angle of 40º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6D0C4 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 196 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.16 |
| HSL | 40º | 0.18% | 0.8% | - |
| HSV(B) | 40º | 0.08% | 0.84% | - |
| XYZ | 60.25 | 63.39 | 61.29 | - |
| YUV | 208.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 196 | 0 | 0.03 | 0.08 | 0.16 | 40 | 0.18 | 0.8 |
| Hex | D6 | D0 | C4 | 0 | 3 | 8 | 10 | 28 | 12 | 50 |
| Octal | 326 | 320 | 304 | 0 | 3 | 10 | 20 | 50 | 22 | 120 |
| Binary | 11010110 | 11010000 | 11000100 | 0 | 11 | 1000 | 10000 | 101000 | 10010 | 1010000 |
Color Harmonies of #D6D0C4
Complementary color
Monochromatic Colors of #D6D0C4
Black with #D6D0C4
Text Example
Text Example
White with #D6D0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D0C4; }
p { color: rgb(214,208,196); }
H1.HeaderClassName
{
color: #D6D0C4;
}
.AnyTagClassName
{
color: #D6D0C4;
}
</style>
background-color css
<style>
a { background-color: #D6D0C4; }
a { background-color: rgb(214,208,196); }
div.DivClassName
{
background-color: #D6D0C4;
}
.BgClassName
{
background-color: #D6D0C4;
}
</style>
border-color css
<style>
span { border-color: #D6D0C4; }
span { border-color: rgb(214,208,196); }
td.TdClassName
{
border-color: #D6D0C4;
}
.TagClassName
{
border-color: #D6D0C4;
}
</style>