Shades of White Rock #D0CBA9
Tints of White Rock #D0CBA9
RGB
CMYK
RGB Variations
Color information
#D0CBA9 (or 0xD0CBA9) is known color: White Rock. HEX triplet: D0, CB and A9. RGB value is (208,203,169). Sum of RGB (Red+Green+Blue) = 208+203+169=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 169 (66.41% from 255 or 29.14% from 580); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CBA9 is #2F3456. Grayscale: #C8C8C8. Windows color (decimal): -3093591 or 11127760. OLE color: 11127760.
HSL color Cylindrical-coordinate representation of color #D0CBA9: hue angle of 52.31º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0CBA9 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 169 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.18 |
| HSL | 52.31º | 0.29% | 0.74% | - |
| HSV(B) | 52.31º | 0.19% | 0.82% | - |
| XYZ | 54.53 | 58.99 | 46.05 | - |
| YUV | 200.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 169 | 0 | 0.02 | 0.19 | 0.18 | 52.31 | 0.29 | 0.74 |
| Hex | D0 | CB | A9 | 0 | 2 | 13 | 12 | 34 | 1D | 4A |
| Octal | 320 | 313 | 251 | 0 | 2 | 23 | 22 | 64 | 35 | 112 |
| Binary | 11010000 | 11001011 | 10101001 | 0 | 10 | 10011 | 10010 | 110100 | 11101 | 1001010 |
Color Harmonies of #D0CBA9
Complementary color
Monochromatic Colors of #D0CBA9
Black with #D0CBA9
Text Example
Text Example
White with #D0CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBA9; }
p { color: rgb(208,203,169); }
H1.HeaderClassName
{
color: #D0CBA9;
}
.AnyTagClassName
{
color: #D0CBA9;
}
</style>
background-color css
<style>
a { background-color: #D0CBA9; }
a { background-color: rgb(208,203,169); }
div.DivClassName
{
background-color: #D0CBA9;
}
.BgClassName
{
background-color: #D0CBA9;
}
</style>
border-color css
<style>
span { border-color: #D0CBA9; }
span { border-color: rgb(208,203,169); }
td.TdClassName
{
border-color: #D0CBA9;
}
.TagClassName
{
border-color: #D0CBA9;
}
</style>