Shades of White Rock #D7D0B8
Tints of White Rock #D7D0B8
RGB
CMYK
RGB Variations
Color information
#D7D0B8 (or 0xD7D0B8) is known color: White Rock. HEX triplet: D7, D0 and B8. RGB value is (215,208,184). Sum of RGB (Red+Green+Blue) = 215+208+184=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0B8 is #282F47. Grayscale: #CFCFCF. Windows color (decimal): -2633544 or 12112087. OLE color: 12112087.
HSL color Cylindrical-coordinate representation of color #D7D0B8: hue angle of 46.45º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7D0B8 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 184 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.16 |
| HSL | 46.45º | 0.28% | 0.78% | - |
| HSV(B) | 46.45º | 0.14% | 0.84% | - |
| XYZ | 59.23 | 63.02 | 54.39 | - |
| YUV | 207.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 184 | 0 | 0.03 | 0.14 | 0.16 | 46.45 | 0.28 | 0.78 |
| Hex | D7 | D0 | B8 | 0 | 3 | E | 10 | 2E | 1C | 4E |
| Octal | 327 | 320 | 270 | 0 | 3 | 16 | 20 | 56 | 34 | 116 |
| Binary | 11010111 | 11010000 | 10111000 | 0 | 11 | 1110 | 10000 | 101110 | 11100 | 1001110 |
Color Harmonies of #D7D0B8
Complementary color
Monochromatic Colors of #D7D0B8
Black with #D7D0B8
Text Example
Text Example
White with #D7D0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D0B8; }
p { color: rgb(215,208,184); }
H1.HeaderClassName
{
color: #D7D0B8;
}
.AnyTagClassName
{
color: #D7D0B8;
}
</style>
background-color css
<style>
a { background-color: #D7D0B8; }
a { background-color: rgb(215,208,184); }
div.DivClassName
{
background-color: #D7D0B8;
}
.BgClassName
{
background-color: #D7D0B8;
}
</style>
border-color css
<style>
span { border-color: #D7D0B8; }
span { border-color: rgb(215,208,184); }
td.TdClassName
{
border-color: #D7D0B8;
}
.TagClassName
{
border-color: #D7D0B8;
}
</style>