Shades of White Rock #D8D1B1
Tints of White Rock #D8D1B1
RGB
CMYK
RGB Variations
Color information
#D8D1B1 (or 0xD8D1B1) is known color: White Rock. HEX triplet: D8, D1 and B1. RGB value is (216,209,177). Sum of RGB (Red+Green+Blue) = 216+209+177=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D1B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D1B1 is #272E4E. Grayscale: #CFCFCF. Windows color (decimal): -2567759 or 11653592. OLE color: 11653592.
HSL color Cylindrical-coordinate representation of color #D8D1B1: hue angle of 49.23º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8D1B1 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 177 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.15 |
| HSL | 49.23º | 0.33% | 0.77% | - |
| HSV(B) | 49.23º | 0.18% | 0.85% | - |
| XYZ | 59.06 | 63.37 | 50.71 | - |
| YUV | 207.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 177 | 0 | 0.03 | 0.18 | 0.15 | 49.23 | 0.33 | 0.77 |
| Hex | D8 | D1 | B1 | 0 | 3 | 12 | F | 31 | 21 | 4D |
| Octal | 330 | 321 | 261 | 0 | 3 | 22 | 17 | 61 | 41 | 115 |
| Binary | 11011000 | 11010001 | 10110001 | 0 | 11 | 10010 | 1111 | 110001 | 100001 | 1001101 |
Color Harmonies of #D8D1B1
Complementary color
Monochromatic Colors of #D8D1B1
Black with #D8D1B1
Text Example
Text Example
White with #D8D1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D1B1; }
p { color: rgb(216,209,177); }
H1.HeaderClassName
{
color: #D8D1B1;
}
.AnyTagClassName
{
color: #D8D1B1;
}
</style>
background-color css
<style>
a { background-color: #D8D1B1; }
a { background-color: rgb(216,209,177); }
div.DivClassName
{
background-color: #D8D1B1;
}
.BgClassName
{
background-color: #D8D1B1;
}
</style>
border-color css
<style>
span { border-color: #D8D1B1; }
span { border-color: rgb(216,209,177); }
td.TdClassName
{
border-color: #D8D1B1;
}
.TagClassName
{
border-color: #D8D1B1;
}
</style>