Shades of White Rock #D6D0AD
Tints of White Rock #D6D0AD
RGB
CMYK
RGB Variations
Color information
#D6D0AD (or 0xD6D0AD) is known color: White Rock. HEX triplet: D6, D0 and AD. RGB value is (214,208,173). Sum of RGB (Red+Green+Blue) = 214+208+173=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D0AD is #292F52. Grayscale: #CDCDCD. Windows color (decimal): -2699091 or 11391190. OLE color: 11391190.
HSL color Cylindrical-coordinate representation of color #D6D0AD: hue angle of 51.22º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6D0AD is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 208 | 173 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.16 |
| HSL | 51.22º | 0.33% | 0.76% | - |
| HSV(B) | 51.22º | 0.19% | 0.84% | - |
| XYZ | 57.83 | 62.43 | 48.54 | - |
| YUV | 205.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 208 | 173 | 0 | 0.03 | 0.19 | 0.16 | 51.22 | 0.33 | 0.76 |
| Hex | D6 | D0 | AD | 0 | 3 | 13 | 10 | 33 | 21 | 4C |
| Octal | 326 | 320 | 255 | 0 | 3 | 23 | 20 | 63 | 41 | 114 |
| Binary | 11010110 | 11010000 | 10101101 | 0 | 11 | 10011 | 10000 | 110011 | 100001 | 1001100 |
Color Harmonies of #D6D0AD
Complementary color
Monochromatic Colors of #D6D0AD
Black with #D6D0AD
Text Example
Text Example
White with #D6D0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D0AD; }
p { color: rgb(214,208,173); }
H1.HeaderClassName
{
color: #D6D0AD;
}
.AnyTagClassName
{
color: #D6D0AD;
}
</style>
background-color css
<style>
a { background-color: #D6D0AD; }
a { background-color: rgb(214,208,173); }
div.DivClassName
{
background-color: #D6D0AD;
}
.BgClassName
{
background-color: #D6D0AD;
}
</style>
border-color css
<style>
span { border-color: #D6D0AD; }
span { border-color: rgb(214,208,173); }
td.TdClassName
{
border-color: #D6D0AD;
}
.TagClassName
{
border-color: #D6D0AD;
}
</style>