Shades of White Rock #D0CCB1
Tints of White Rock #D0CCB1
RGB
CMYK
RGB Variations
Color information
#D0CCB1 (or 0xD0CCB1) is known color: White Rock. HEX triplet: D0, CC and B1. RGB value is (208,204,177). Sum of RGB (Red+Green+Blue) = 208+204+177=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CCB1 is #2F334E. Grayscale: #CACACA. Windows color (decimal): -3093327 or 11652304. OLE color: 11652304.
HSL color Cylindrical-coordinate representation of color #D0CCB1: hue angle of 52.26º 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 #D0CCB1 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 177 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.18 |
| HSL | 52.26º | 0.25% | 0.75% | - |
| HSV(B) | 52.26º | 0.15% | 0.82% | - |
| XYZ | 55.54 | 59.77 | 50.2 | - |
| YUV | 202.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 177 | 0 | 0.02 | 0.15 | 0.18 | 52.26 | 0.25 | 0.75 |
| Hex | D0 | CC | B1 | 0 | 2 | F | 12 | 34 | 19 | 4B |
| Octal | 320 | 314 | 261 | 0 | 2 | 17 | 22 | 64 | 31 | 113 |
| Binary | 11010000 | 11001100 | 10110001 | 0 | 10 | 1111 | 10010 | 110100 | 11001 | 1001011 |
Color Harmonies of #D0CCB1
Complementary color
Monochromatic Colors of #D0CCB1
Black with #D0CCB1
Text Example
Text Example
White with #D0CCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCB1; }
p { color: rgb(208,204,177); }
H1.HeaderClassName
{
color: #D0CCB1;
}
.AnyTagClassName
{
color: #D0CCB1;
}
</style>
background-color css
<style>
a { background-color: #D0CCB1; }
a { background-color: rgb(208,204,177); }
div.DivClassName
{
background-color: #D0CCB1;
}
.BgClassName
{
background-color: #D0CCB1;
}
</style>
border-color css
<style>
span { border-color: #D0CCB1; }
span { border-color: rgb(208,204,177); }
td.TdClassName
{
border-color: #D0CCB1;
}
.TagClassName
{
border-color: #D0CCB1;
}
</style>