Shades of White Rock #D9D1B3
Tints of White Rock #D9D1B3
RGB
CMYK
RGB Variations
Color information
#D9D1B3 (or 0xD9D1B3) is known color: White Rock. HEX triplet: D9, D1 and B3. RGB value is (217,209,179). Sum of RGB (Red+Green+Blue) = 217+209+179=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D1B3 is #262E4C. Grayscale: #D0D0D0. Windows color (decimal): -2502221 or 11784665. OLE color: 11784665.
HSL color Cylindrical-coordinate representation of color #D9D1B3: hue angle of 47.37º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9D1B3 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 209 | 179 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.15 |
| HSL | 47.37º | 0.33% | 0.78% | - |
| HSV(B) | 47.37º | 0.18% | 0.85% | - |
| XYZ | 59.55 | 63.61 | 51.79 | - |
| YUV | 207.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 209 | 179 | 0 | 0.04 | 0.18 | 0.15 | 47.37 | 0.33 | 0.78 |
| Hex | D9 | D1 | B3 | 0 | 4 | 12 | F | 2F | 21 | 4E |
| Octal | 331 | 321 | 263 | 0 | 4 | 22 | 17 | 57 | 41 | 116 |
| Binary | 11011001 | 11010001 | 10110011 | 0 | 100 | 10010 | 1111 | 101111 | 100001 | 1001110 |
Color Harmonies of #D9D1B3
Complementary color
Monochromatic Colors of #D9D1B3
Black with #D9D1B3
Text Example
Text Example
White with #D9D1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D1B3; }
p { color: rgb(217,209,179); }
H1.HeaderClassName
{
color: #D9D1B3;
}
.AnyTagClassName
{
color: #D9D1B3;
}
</style>
background-color css
<style>
a { background-color: #D9D1B3; }
a { background-color: rgb(217,209,179); }
div.DivClassName
{
background-color: #D9D1B3;
}
.BgClassName
{
background-color: #D9D1B3;
}
</style>
border-color css
<style>
span { border-color: #D9D1B3; }
span { border-color: rgb(217,209,179); }
td.TdClassName
{
border-color: #D9D1B3;
}
.TagClassName
{
border-color: #D9D1B3;
}
</style>