Shades of White Rock #D6D3B1
Tints of White Rock #D6D3B1
RGB
CMYK
RGB Variations
Color information
#D6D3B1 (or 0xD6D3B1) is known color: White Rock. HEX triplet: D6, D3 and B1. RGB value is (214,211,177). Sum of RGB (Red+Green+Blue) = 214+211+177=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D3B1 is #292C4E. Grayscale: #D0D0D0. Windows color (decimal): -2698319 or 11654102. OLE color: 11654102.
HSL color Cylindrical-coordinate representation of color #D6D3B1: hue angle of 55.14º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6D3B1 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 177 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.16 |
| HSL | 55.14º | 0.31% | 0.77% | - |
| HSV(B) | 55.14º | 0.17% | 0.84% | - |
| XYZ | 58.96 | 64.06 | 50.85 | - |
| YUV | 208.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 177 | 0 | 0.01 | 0.17 | 0.16 | 55.14 | 0.31 | 0.77 |
| Hex | D6 | D3 | B1 | 0 | 1 | 11 | 10 | 37 | 1F | 4D |
| Octal | 326 | 323 | 261 | 0 | 1 | 21 | 20 | 67 | 37 | 115 |
| Binary | 11010110 | 11010011 | 10110001 | 0 | 1 | 10001 | 10000 | 110111 | 11111 | 1001101 |
Color Harmonies of #D6D3B1
Complementary color
Monochromatic Colors of #D6D3B1
Black with #D6D3B1
Text Example
Text Example
White with #D6D3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D3B1; }
p { color: rgb(214,211,177); }
H1.HeaderClassName
{
color: #D6D3B1;
}
.AnyTagClassName
{
color: #D6D3B1;
}
</style>
background-color css
<style>
a { background-color: #D6D3B1; }
a { background-color: rgb(214,211,177); }
div.DivClassName
{
background-color: #D6D3B1;
}
.BgClassName
{
background-color: #D6D3B1;
}
</style>
border-color css
<style>
span { border-color: #D6D3B1; }
span { border-color: rgb(214,211,177); }
td.TdClassName
{
border-color: #D6D3B1;
}
.TagClassName
{
border-color: #D6D3B1;
}
</style>