Shades of Westar #D4D0CA
Tints of Westar #D4D0CA
RGB
CMYK
RGB Variations
Color information
#D4D0CA (or 0xD4D0CA) is known color: Westar. HEX triplet: D4, D0 and CA. RGB value is (212,208,202). Sum of RGB (Red+Green+Blue) = 212+208+202=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D0CA is #2B2F35. Grayscale: #D0D0D0. Windows color (decimal): -2830134 or 13291732. OLE color: 13291732.
HSL color Cylindrical-coordinate representation of color #D4D0CA: hue angle of 36º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4D0CA is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 208 | 202 | - |
CMYK | 0 | 0.02 | 0.05 | 0.17 |
HSL | 36º | 0.1% | 0.81% | - |
HSV(B) | 36º | 0.05% | 0.83% | - |
XYZ | 60.37 | 63.37 | 64.93 | - |
YUV | 208.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 208 | 202 | 0 | 0.02 | 0.05 | 0.17 | 36 | 0.1 | 0.81 |
Hex | D4 | D0 | CA | 0 | 2 | 5 | 11 | 24 | A | 51 |
Octal | 324 | 320 | 312 | 0 | 2 | 5 | 21 | 44 | 12 | 121 |
Binary | 11010100 | 11010000 | 11001010 | 0 | 10 | 101 | 10001 | 100100 | 1010 | 1010001 |
Color Harmonies of #D4D0CA
Complementary color
Monochromatic Colors of #D4D0CA
Black with #D4D0CA
Text Example
Text Example
White with #D4D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D0CA; }
p { color: rgb(212,208,202); }
H1.HeaderClassName
{
color: #D4D0CA;
}
.AnyTagClassName
{
color: #D4D0CA;
}
</style>
background-color css
<style>
a { background-color: #D4D0CA; }
a { background-color: rgb(212,208,202); }
div.DivClassName
{
background-color: #D4D0CA;
}
.BgClassName
{
background-color: #D4D0CA;
}
</style>
border-color css
<style>
span { border-color: #D4D0CA; }
span { border-color: rgb(212,208,202); }
td.TdClassName
{
border-color: #D4D0CA;
}
.TagClassName
{
border-color: #D4D0CA;
}
</style>