Shades of White Rock #D0CBB1
Tints of White Rock #D0CBB1
RGB
CMYK
RGB Variations
Color information
#D0CBB1 (or 0xD0CBB1) is known color: White Rock. HEX triplet: D0, CB and B1. RGB value is (208,203,177). Sum of RGB (Red+Green+Blue) = 208+203+177=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CBB1 is #2F344E. Grayscale: #C9C9C9. Windows color (decimal): -3093583 or 11652048. OLE color: 11652048.
HSL color Cylindrical-coordinate representation of color #D0CBB1: hue angle of 50.32º 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 #D0CBB1 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 177 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.18 |
| HSL | 50.32º | 0.25% | 0.75% | - |
| HSV(B) | 50.32º | 0.15% | 0.82% | - |
| XYZ | 55.3 | 59.3 | 50.13 | - |
| YUV | 201.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 177 | 0 | 0.02 | 0.15 | 0.18 | 50.32 | 0.25 | 0.75 |
| Hex | D0 | CB | B1 | 0 | 2 | F | 12 | 32 | 19 | 4B |
| Octal | 320 | 313 | 261 | 0 | 2 | 17 | 22 | 62 | 31 | 113 |
| Binary | 11010000 | 11001011 | 10110001 | 0 | 10 | 1111 | 10010 | 110010 | 11001 | 1001011 |
Color Harmonies of #D0CBB1
Complementary color
Monochromatic Colors of #D0CBB1
Black with #D0CBB1
Text Example
Text Example
White with #D0CBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBB1; }
p { color: rgb(208,203,177); }
H1.HeaderClassName
{
color: #D0CBB1;
}
.AnyTagClassName
{
color: #D0CBB1;
}
</style>
background-color css
<style>
a { background-color: #D0CBB1; }
a { background-color: rgb(208,203,177); }
div.DivClassName
{
background-color: #D0CBB1;
}
.BgClassName
{
background-color: #D0CBB1;
}
</style>
border-color css
<style>
span { border-color: #D0CBB1; }
span { border-color: rgb(208,203,177); }
td.TdClassName
{
border-color: #D0CBB1;
}
.TagClassName
{
border-color: #D0CBB1;
}
</style>