Shades of White Rock #D7D0A9
Tints of White Rock #D7D0A9
RGB
CMYK
RGB Variations
Color information
#D7D0A9 (or 0xD7D0A9) is known color: White Rock. HEX triplet: D7, D0 and A9. RGB value is (215,208,169). Sum of RGB (Red+Green+Blue) = 215+208+169=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 169 (66.41% from 255 or 28.55% from 592); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D0A9 is #282F56. Grayscale: #CDCDCD. Windows color (decimal): -2633559 or 11129047. OLE color: 11129047.
HSL color Cylindrical-coordinate representation of color #D7D0A9: hue angle of 50.87º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7D0A9 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 169 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.16 |
| HSL | 50.87º | 0.37% | 0.75% | - |
| HSV(B) | 50.87º | 0.21% | 0.84% | - |
| XYZ | 57.74 | 62.42 | 46.54 | - |
| YUV | 205.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 169 | 0 | 0.03 | 0.21 | 0.16 | 50.87 | 0.37 | 0.75 |
| Hex | D7 | D0 | A9 | 0 | 3 | 15 | 10 | 33 | 25 | 4B |
| Octal | 327 | 320 | 251 | 0 | 3 | 25 | 20 | 63 | 45 | 113 |
| Binary | 11010111 | 11010000 | 10101001 | 0 | 11 | 10101 | 10000 | 110011 | 100101 | 1001011 |
Color Harmonies of #D7D0A9
Complementary color
Monochromatic Colors of #D7D0A9
Black with #D7D0A9
Text Example
Text Example
White with #D7D0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D0A9; }
p { color: rgb(215,208,169); }
H1.HeaderClassName
{
color: #D7D0A9;
}
.AnyTagClassName
{
color: #D7D0A9;
}
</style>
background-color css
<style>
a { background-color: #D7D0A9; }
a { background-color: rgb(215,208,169); }
div.DivClassName
{
background-color: #D7D0A9;
}
.BgClassName
{
background-color: #D7D0A9;
}
</style>
border-color css
<style>
span { border-color: #D7D0A9; }
span { border-color: rgb(215,208,169); }
td.TdClassName
{
border-color: #D7D0A9;
}
.TagClassName
{
border-color: #D7D0A9;
}
</style>