Shades of White Rock #D9D2B7
Tints of White Rock #D9D2B7
RGB
CMYK
RGB Variations
Color information
#D9D2B7 (or 0xD9D2B7) is known color: White Rock. HEX triplet: D9, D2 and B7. RGB value is (217,210,183). Sum of RGB (Red+Green+Blue) = 217+210+183=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D2B7 is #262D48. Grayscale: #D1D1D1. Windows color (decimal): -2501961 or 12047065. OLE color: 12047065.
HSL color Cylindrical-coordinate representation of color #D9D2B7: hue angle of 47.65º 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 #D9D2B7 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 210 | 183 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.15 |
| HSL | 47.65º | 0.31% | 0.78% | - |
| HSV(B) | 47.65º | 0.16% | 0.85% | - |
| XYZ | 60.21 | 64.26 | 54.03 | - |
| YUV | 209.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 183 | 0 | 0.03 | 0.16 | 0.15 | 47.65 | 0.31 | 0.78 |
| Hex | D9 | D2 | B7 | 0 | 3 | 10 | F | 30 | 1F | 4E |
| Octal | 331 | 322 | 267 | 0 | 3 | 20 | 17 | 60 | 37 | 116 |
| Binary | 11011001 | 11010010 | 10110111 | 0 | 11 | 10000 | 1111 | 110000 | 11111 | 1001110 |
Color Harmonies of #D9D2B7
Complementary color
Monochromatic Colors of #D9D2B7
Black with #D9D2B7
Text Example
Text Example
White with #D9D2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D2B7; }
p { color: rgb(217,210,183); }
H1.HeaderClassName
{
color: #D9D2B7;
}
.AnyTagClassName
{
color: #D9D2B7;
}
</style>
background-color css
<style>
a { background-color: #D9D2B7; }
a { background-color: rgb(217,210,183); }
div.DivClassName
{
background-color: #D9D2B7;
}
.BgClassName
{
background-color: #D9D2B7;
}
</style>
border-color css
<style>
span { border-color: #D9D2B7; }
span { border-color: rgb(217,210,183); }
td.TdClassName
{
border-color: #D9D2B7;
}
.TagClassName
{
border-color: #D9D2B7;
}
</style>