Shades of White Rock #D0CCB0
Tints of White Rock #D0CCB0
RGB
CMYK
RGB Variations
Color information
#D0CCB0 (or 0xD0CCB0) is known color: White Rock. HEX triplet: D0, CC and B0. RGB value is (208,204,176). Sum of RGB (Red+Green+Blue) = 208+204+176=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CCB0 is #2F334F. Grayscale: #CACACA. Windows color (decimal): -3093328 or 11586768. OLE color: 11586768.
HSL color Cylindrical-coordinate representation of color #D0CCB0: hue angle of 52.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0CCB0 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 176 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.18 |
| HSL | 52.5º | 0.25% | 0.75% | - |
| HSV(B) | 52.5º | 0.15% | 0.82% | - |
| XYZ | 55.44 | 59.73 | 49.68 | - |
| YUV | 202 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 176 | 0 | 0.02 | 0.15 | 0.18 | 52.5 | 0.25 | 0.75 |
| Hex | D0 | CC | B0 | 0 | 2 | F | 12 | 34 | 19 | 4B |
| Octal | 320 | 314 | 260 | 0 | 2 | 17 | 22 | 64 | 31 | 113 |
| Binary | 11010000 | 11001100 | 10110000 | 0 | 10 | 1111 | 10010 | 110100 | 11001 | 1001011 |
Color Harmonies of #D0CCB0
Complementary color
Monochromatic Colors of #D0CCB0
Black with #D0CCB0
Text Example
Text Example
White with #D0CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCB0; }
p { color: rgb(208,204,176); }
H1.HeaderClassName
{
color: #D0CCB0;
}
.AnyTagClassName
{
color: #D0CCB0;
}
</style>
background-color css
<style>
a { background-color: #D0CCB0; }
a { background-color: rgb(208,204,176); }
div.DivClassName
{
background-color: #D0CCB0;
}
.BgClassName
{
background-color: #D0CCB0;
}
</style>
border-color css
<style>
span { border-color: #D0CCB0; }
span { border-color: rgb(208,204,176); }
td.TdClassName
{
border-color: #D0CCB0;
}
.TagClassName
{
border-color: #D0CCB0;
}
</style>