Shades of White Rock #D6D0AA
Tints of White Rock #D6D0AA
RGB
CMYK
RGB Variations
Color information
#D6D0AA (or 0xD6D0AA) is known color: White Rock. HEX triplet: D6, D0 and AA. RGB value is (214,208,170). Sum of RGB (Red+Green+Blue) = 214+208+170=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D0AA is #292F55. Grayscale: #CDCDCD. Windows color (decimal): -2699094 or 11194582. OLE color: 11194582.
HSL color Cylindrical-coordinate representation of color #D6D0AA: hue angle of 51.82º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6D0AA is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 170 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.16 |
| HSL | 51.82º | 0.35% | 0.75% | - |
| HSV(B) | 51.82º | 0.21% | 0.84% | - |
| XYZ | 57.54 | 62.31 | 47.02 | - |
| YUV | 205.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 170 | 0 | 0.03 | 0.21 | 0.16 | 51.82 | 0.35 | 0.75 |
| Hex | D6 | D0 | AA | 0 | 3 | 15 | 10 | 34 | 23 | 4B |
| Octal | 326 | 320 | 252 | 0 | 3 | 25 | 20 | 64 | 43 | 113 |
| Binary | 11010110 | 11010000 | 10101010 | 0 | 11 | 10101 | 10000 | 110100 | 100011 | 1001011 |
Color Harmonies of #D6D0AA
Complementary color
Monochromatic Colors of #D6D0AA
Black with #D6D0AA
Text Example
Text Example
White with #D6D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D0AA; }
p { color: rgb(214,208,170); }
H1.HeaderClassName
{
color: #D6D0AA;
}
.AnyTagClassName
{
color: #D6D0AA;
}
</style>
background-color css
<style>
a { background-color: #D6D0AA; }
a { background-color: rgb(214,208,170); }
div.DivClassName
{
background-color: #D6D0AA;
}
.BgClassName
{
background-color: #D6D0AA;
}
</style>
border-color css
<style>
span { border-color: #D6D0AA; }
span { border-color: rgb(214,208,170); }
td.TdClassName
{
border-color: #D6D0AA;
}
.TagClassName
{
border-color: #D6D0AA;
}
</style>