Shades of White Rock #D6D1AC
Tints of White Rock #D6D1AC
RGB
CMYK
RGB Variations
Color information
#D6D1AC (or 0xD6D1AC) is known color: White Rock. HEX triplet: D6, D1 and AC. RGB value is (214,209,172). Sum of RGB (Red+Green+Blue) = 214+209+172=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D1AC is #292E53. Grayscale: #CECECE. Windows color (decimal): -2698836 or 11325910. OLE color: 11325910.
HSL color Cylindrical-coordinate representation of color #D6D1AC: hue angle of 52.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6D1AC is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 172 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.16 |
| HSL | 52.86º | 0.34% | 0.76% | - |
| HSV(B) | 52.86º | 0.2% | 0.84% | - |
| XYZ | 57.98 | 62.88 | 48.11 | - |
| YUV | 206.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 172 | 0 | 0.02 | 0.20 | 0.16 | 52.86 | 0.34 | 0.76 |
| Hex | D6 | D1 | AC | 0 | 2 | 14 | 10 | 35 | 22 | 4C |
| Octal | 326 | 321 | 254 | 0 | 2 | 24 | 20 | 65 | 42 | 114 |
| Binary | 11010110 | 11010001 | 10101100 | 0 | 10 | 10100 | 10000 | 110101 | 100010 | 1001100 |
Color Harmonies of #D6D1AC
Complementary color
Monochromatic Colors of #D6D1AC
Black with #D6D1AC
Text Example
Text Example
White with #D6D1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D1AC; }
p { color: rgb(214,209,172); }
H1.HeaderClassName
{
color: #D6D1AC;
}
.AnyTagClassName
{
color: #D6D1AC;
}
</style>
background-color css
<style>
a { background-color: #D6D1AC; }
a { background-color: rgb(214,209,172); }
div.DivClassName
{
background-color: #D6D1AC;
}
.BgClassName
{
background-color: #D6D1AC;
}
</style>
border-color css
<style>
span { border-color: #D6D1AC; }
span { border-color: rgb(214,209,172); }
td.TdClassName
{
border-color: #D6D1AC;
}
.TagClassName
{
border-color: #D6D1AC;
}
</style>