Shades of White Rock #D0CDB1
Tints of White Rock #D0CDB1
RGB
CMYK
RGB Variations
Color information
#D0CDB1 (or 0xD0CDB1) is known color: White Rock. HEX triplet: D0, CD and B1. RGB value is (208,205,177). Sum of RGB (Red+Green+Blue) = 208+205+177=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 177 (69.53% from 255 or 30% from 590); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CDB1 is #2F324E. Grayscale: #CACACA. Windows color (decimal): -3093071 or 11652560. OLE color: 11652560.
HSL color Cylindrical-coordinate representation of color #D0CDB1: hue angle of 54.19º 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 #D0CDB1 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 177 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.18 |
| HSL | 54.19º | 0.25% | 0.75% | - |
| HSV(B) | 54.19º | 0.15% | 0.82% | - |
| XYZ | 55.78 | 60.25 | 50.28 | - |
| YUV | 202.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 177 | 0 | 0.01 | 0.15 | 0.18 | 54.19 | 0.25 | 0.75 |
| Hex | D0 | CD | B1 | 0 | 1 | F | 12 | 36 | 19 | 4B |
| Octal | 320 | 315 | 261 | 0 | 1 | 17 | 22 | 66 | 31 | 113 |
| Binary | 11010000 | 11001101 | 10110001 | 0 | 1 | 1111 | 10010 | 110110 | 11001 | 1001011 |
Color Harmonies of #D0CDB1
Complementary color
Monochromatic Colors of #D0CDB1
Black with #D0CDB1
Text Example
Text Example
White with #D0CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDB1; }
p { color: rgb(208,205,177); }
H1.HeaderClassName
{
color: #D0CDB1;
}
.AnyTagClassName
{
color: #D0CDB1;
}
</style>
background-color css
<style>
a { background-color: #D0CDB1; }
a { background-color: rgb(208,205,177); }
div.DivClassName
{
background-color: #D0CDB1;
}
.BgClassName
{
background-color: #D0CDB1;
}
</style>
border-color css
<style>
span { border-color: #D0CDB1; }
span { border-color: rgb(208,205,177); }
td.TdClassName
{
border-color: #D0CDB1;
}
.TagClassName
{
border-color: #D0CDB1;
}
</style>