Shades of White Rock #D9D4B7
Tints of White Rock #D9D4B7
RGB
CMYK
RGB Variations
Color information
#D9D4B7 (or 0xD9D4B7) is known color: White Rock. HEX triplet: D9, D4 and B7. RGB value is (217,212,183). Sum of RGB (Red+Green+Blue) = 217+212+183=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 183 (71.88% from 255 or 29.90% from 612); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D4B7 is #262B48. Grayscale: #D2D2D2. Windows color (decimal): -2501449 or 12047577. OLE color: 12047577.
HSL color Cylindrical-coordinate representation of color #D9D4B7: hue angle of 51.18º 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 #D9D4B7 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 212 | 183 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.15 |
| HSL | 51.18º | 0.31% | 0.78% | - |
| HSV(B) | 51.18º | 0.16% | 0.85% | - |
| XYZ | 60.71 | 65.26 | 54.2 | - |
| YUV | 210.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 212 | 183 | 0 | 0.02 | 0.16 | 0.15 | 51.18 | 0.31 | 0.78 |
| Hex | D9 | D4 | B7 | 0 | 2 | 10 | F | 33 | 1F | 4E |
| Octal | 331 | 324 | 267 | 0 | 2 | 20 | 17 | 63 | 37 | 116 |
| Binary | 11011001 | 11010100 | 10110111 | 0 | 10 | 10000 | 1111 | 110011 | 11111 | 1001110 |
Color Harmonies of #D9D4B7
Complementary color
Monochromatic Colors of #D9D4B7
Black with #D9D4B7
Text Example
Text Example
White with #D9D4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D4B7; }
p { color: rgb(217,212,183); }
H1.HeaderClassName
{
color: #D9D4B7;
}
.AnyTagClassName
{
color: #D9D4B7;
}
</style>
background-color css
<style>
a { background-color: #D9D4B7; }
a { background-color: rgb(217,212,183); }
div.DivClassName
{
background-color: #D9D4B7;
}
.BgClassName
{
background-color: #D9D4B7;
}
</style>
border-color css
<style>
span { border-color: #D9D4B7; }
span { border-color: rgb(217,212,183); }
td.TdClassName
{
border-color: #D9D4B7;
}
.TagClassName
{
border-color: #D9D4B7;
}
</style>