Shades of White Rock #D9D1B7
Tints of White Rock #D9D1B7
RGB
CMYK
RGB Variations
Color information
#D9D1B7 (or 0xD9D1B7) is known color: White Rock. HEX triplet: D9, D1 and B7. RGB value is (217,209,183). Sum of RGB (Red+Green+Blue) = 217+209+183=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 183 (71.88% from 255 or 30.05% from 609); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D1B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D1B7 is #262E48. Grayscale: #D0D0D0. Windows color (decimal): -2502217 or 12046809. OLE color: 12046809.
HSL color Cylindrical-coordinate representation of color #D9D1B7: hue angle of 45.88º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9D1B7 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 183 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.15 |
| HSL | 45.88º | 0.31% | 0.78% | - |
| HSV(B) | 45.88º | 0.16% | 0.85% | - |
| XYZ | 59.96 | 63.77 | 53.95 | - |
| YUV | 208.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 183 | 0 | 0.04 | 0.16 | 0.15 | 45.88 | 0.31 | 0.78 |
| Hex | D9 | D1 | B7 | 0 | 4 | 10 | F | 2E | 1F | 4E |
| Octal | 331 | 321 | 267 | 0 | 4 | 20 | 17 | 56 | 37 | 116 |
| Binary | 11011001 | 11010001 | 10110111 | 0 | 100 | 10000 | 1111 | 101110 | 11111 | 1001110 |
Color Harmonies of #D9D1B7
Complementary color
Monochromatic Colors of #D9D1B7
Black with #D9D1B7
Text Example
Text Example
White with #D9D1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D1B7; }
p { color: rgb(217,209,183); }
H1.HeaderClassName
{
color: #D9D1B7;
}
.AnyTagClassName
{
color: #D9D1B7;
}
</style>
background-color css
<style>
a { background-color: #D9D1B7; }
a { background-color: rgb(217,209,183); }
div.DivClassName
{
background-color: #D9D1B7;
}
.BgClassName
{
background-color: #D9D1B7;
}
</style>
border-color css
<style>
span { border-color: #D9D1B7; }
span { border-color: rgb(217,209,183); }
td.TdClassName
{
border-color: #D9D1B7;
}
.TagClassName
{
border-color: #D9D1B7;
}
</style>