Shades of White Rock #D9D1B4
Tints of White Rock #D9D1B4
RGB
CMYK
RGB Variations
Color information
#D9D1B4 (or 0xD9D1B4) is known color: White Rock. HEX triplet: D9, D1 and B4. RGB value is (217,209,180). Sum of RGB (Red+Green+Blue) = 217+209+180=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D1B4 is #262E4B. Grayscale: #D0D0D0. Windows color (decimal): -2502220 or 11850201. OLE color: 11850201.
HSL color Cylindrical-coordinate representation of color #D9D1B4: hue angle of 47.03º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9D1B4 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 180 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.15 |
| HSL | 47.03º | 0.33% | 0.78% | - |
| HSV(B) | 47.03º | 0.17% | 0.85% | - |
| XYZ | 59.65 | 63.65 | 52.32 | - |
| YUV | 208.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 180 | 0 | 0.04 | 0.17 | 0.15 | 47.03 | 0.33 | 0.78 |
| Hex | D9 | D1 | B4 | 0 | 4 | 11 | F | 2F | 21 | 4E |
| Octal | 331 | 321 | 264 | 0 | 4 | 21 | 17 | 57 | 41 | 116 |
| Binary | 11011001 | 11010001 | 10110100 | 0 | 100 | 10001 | 1111 | 101111 | 100001 | 1001110 |
Color Harmonies of #D9D1B4
Complementary color
Monochromatic Colors of #D9D1B4
Black with #D9D1B4
Text Example
Text Example
White with #D9D1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D1B4; }
p { color: rgb(217,209,180); }
H1.HeaderClassName
{
color: #D9D1B4;
}
.AnyTagClassName
{
color: #D9D1B4;
}
</style>
background-color css
<style>
a { background-color: #D9D1B4; }
a { background-color: rgb(217,209,180); }
div.DivClassName
{
background-color: #D9D1B4;
}
.BgClassName
{
background-color: #D9D1B4;
}
</style>
border-color css
<style>
span { border-color: #D9D1B4; }
span { border-color: rgb(217,209,180); }
td.TdClassName
{
border-color: #D9D1B4;
}
.TagClassName
{
border-color: #D9D1B4;
}
</style>