Shades of White Rock #D6D3AC
Tints of White Rock #D6D3AC
RGB
CMYK
RGB Variations
Color information
#D6D3AC (or 0xD6D3AC) is known color: White Rock. HEX triplet: D6, D3 and AC. RGB value is (214,211,172). Sum of RGB (Red+Green+Blue) = 214+211+172=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D3AC is #292C53. Grayscale: #CFCFCF. Windows color (decimal): -2698324 or 11326422. OLE color: 11326422.
HSL color Cylindrical-coordinate representation of color #D6D3AC: hue angle of 55.71º 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 #D6D3AC is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 172 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.16 |
| HSL | 55.71º | 0.34% | 0.76% | - |
| HSV(B) | 55.71º | 0.2% | 0.84% | - |
| XYZ | 58.47 | 63.86 | 48.27 | - |
| YUV | 207.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 172 | 0 | 0.01 | 0.20 | 0.16 | 55.71 | 0.34 | 0.76 |
| Hex | D6 | D3 | AC | 0 | 1 | 14 | 10 | 38 | 22 | 4C |
| Octal | 326 | 323 | 254 | 0 | 1 | 24 | 20 | 70 | 42 | 114 |
| Binary | 11010110 | 11010011 | 10101100 | 0 | 1 | 10100 | 10000 | 111000 | 100010 | 1001100 |
Color Harmonies of #D6D3AC
Complementary color
Monochromatic Colors of #D6D3AC
Black with #D6D3AC
Text Example
Text Example
White with #D6D3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D3AC; }
p { color: rgb(214,211,172); }
H1.HeaderClassName
{
color: #D6D3AC;
}
.AnyTagClassName
{
color: #D6D3AC;
}
</style>
background-color css
<style>
a { background-color: #D6D3AC; }
a { background-color: rgb(214,211,172); }
div.DivClassName
{
background-color: #D6D3AC;
}
.BgClassName
{
background-color: #D6D3AC;
}
</style>
border-color css
<style>
span { border-color: #D6D3AC; }
span { border-color: rgb(214,211,172); }
td.TdClassName
{
border-color: #D6D3AC;
}
.TagClassName
{
border-color: #D6D3AC;
}
</style>