Shades of White Rock #D6D0AC
Tints of White Rock #D6D0AC
RGB
CMYK
RGB Variations
Color information
#D6D0AC (or 0xD6D0AC) is known color: White Rock. HEX triplet: D6, D0 and AC. RGB value is (214,208,172). Sum of RGB (Red+Green+Blue) = 214+208+172=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D0AC is #292F53. Grayscale: #CDCDCD. Windows color (decimal): -2699092 or 11325654. OLE color: 11325654.
HSL color Cylindrical-coordinate representation of color #D6D0AC: hue angle of 51.43º 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 #D6D0AC is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 172 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.16 |
| HSL | 51.43º | 0.34% | 0.76% | - |
| HSV(B) | 51.43º | 0.2% | 0.84% | - |
| XYZ | 57.73 | 62.39 | 48.03 | - |
| YUV | 205.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 172 | 0 | 0.03 | 0.20 | 0.16 | 51.43 | 0.34 | 0.76 |
| Hex | D6 | D0 | AC | 0 | 3 | 14 | 10 | 33 | 22 | 4C |
| Octal | 326 | 320 | 254 | 0 | 3 | 24 | 20 | 63 | 42 | 114 |
| Binary | 11010110 | 11010000 | 10101100 | 0 | 11 | 10100 | 10000 | 110011 | 100010 | 1001100 |
Color Harmonies of #D6D0AC
Complementary color
Monochromatic Colors of #D6D0AC
Black with #D6D0AC
Text Example
Text Example
White with #D6D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D0AC; }
p { color: rgb(214,208,172); }
H1.HeaderClassName
{
color: #D6D0AC;
}
.AnyTagClassName
{
color: #D6D0AC;
}
</style>
background-color css
<style>
a { background-color: #D6D0AC; }
a { background-color: rgb(214,208,172); }
div.DivClassName
{
background-color: #D6D0AC;
}
.BgClassName
{
background-color: #D6D0AC;
}
</style>
border-color css
<style>
span { border-color: #D6D0AC; }
span { border-color: rgb(214,208,172); }
td.TdClassName
{
border-color: #D6D0AC;
}
.TagClassName
{
border-color: #D6D0AC;
}
</style>