Shades of White Rock #D7D0B3
Tints of White Rock #D7D0B3
RGB
CMYK
RGB Variations
Color information
#D7D0B3 (or 0xD7D0B3) is known color: White Rock. HEX triplet: D7, D0 and B3. RGB value is (215,208,179). Sum of RGB (Red+Green+Blue) = 215+208+179=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0B3 is #282F4C. Grayscale: #CECECE. Windows color (decimal): -2633549 or 11784407. OLE color: 11784407.
HSL color Cylindrical-coordinate representation of color #D7D0B3: hue angle of 48.33º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7D0B3 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 179 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.16 |
| HSL | 48.33º | 0.31% | 0.77% | - |
| HSV(B) | 48.33º | 0.17% | 0.84% | - |
| XYZ | 58.72 | 62.81 | 51.68 | - |
| YUV | 206.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 179 | 0 | 0.03 | 0.17 | 0.16 | 48.33 | 0.31 | 0.77 |
| Hex | D7 | D0 | B3 | 0 | 3 | 11 | 10 | 30 | 1F | 4D |
| Octal | 327 | 320 | 263 | 0 | 3 | 21 | 20 | 60 | 37 | 115 |
| Binary | 11010111 | 11010000 | 10110011 | 0 | 11 | 10001 | 10000 | 110000 | 11111 | 1001101 |
Color Harmonies of #D7D0B3
Complementary color
Monochromatic Colors of #D7D0B3
Black with #D7D0B3
Text Example
Text Example
White with #D7D0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D0B3; }
p { color: rgb(215,208,179); }
H1.HeaderClassName
{
color: #D7D0B3;
}
.AnyTagClassName
{
color: #D7D0B3;
}
</style>
background-color css
<style>
a { background-color: #D7D0B3; }
a { background-color: rgb(215,208,179); }
div.DivClassName
{
background-color: #D7D0B3;
}
.BgClassName
{
background-color: #D7D0B3;
}
</style>
border-color css
<style>
span { border-color: #D7D0B3; }
span { border-color: rgb(215,208,179); }
td.TdClassName
{
border-color: #D7D0B3;
}
.TagClassName
{
border-color: #D7D0B3;
}
</style>