Shades of White Rock #D8D3AE
Tints of White Rock #D8D3AE
RGB
CMYK
RGB Variations
Color information
#D8D3AE (or 0xD8D3AE) is known color: White Rock. HEX triplet: D8, D3 and AE. RGB value is (216,211,174). Sum of RGB (Red+Green+Blue) = 216+211+174=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D3AE is #272C51. Grayscale: #D0D0D0. Windows color (decimal): -2567250 or 11457496. OLE color: 11457496.
HSL color Cylindrical-coordinate representation of color #D8D3AE: hue angle of 52.86º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8D3AE is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 211 | 174 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.15 |
| HSL | 52.86º | 0.35% | 0.76% | - |
| HSV(B) | 52.86º | 0.19% | 0.85% | - |
| XYZ | 59.25 | 64.24 | 49.32 | - |
| YUV | 208.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 211 | 174 | 0 | 0.02 | 0.19 | 0.15 | 52.86 | 0.35 | 0.76 |
| Hex | D8 | D3 | AE | 0 | 2 | 13 | F | 35 | 23 | 4C |
| Octal | 330 | 323 | 256 | 0 | 2 | 23 | 17 | 65 | 43 | 114 |
| Binary | 11011000 | 11010011 | 10101110 | 0 | 10 | 10011 | 1111 | 110101 | 100011 | 1001100 |
Color Harmonies of #D8D3AE
Complementary color
Monochromatic Colors of #D8D3AE
Black with #D8D3AE
Text Example
Text Example
White with #D8D3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D3AE; }
p { color: rgb(216,211,174); }
H1.HeaderClassName
{
color: #D8D3AE;
}
.AnyTagClassName
{
color: #D8D3AE;
}
</style>
background-color css
<style>
a { background-color: #D8D3AE; }
a { background-color: rgb(216,211,174); }
div.DivClassName
{
background-color: #D8D3AE;
}
.BgClassName
{
background-color: #D8D3AE;
}
</style>
border-color css
<style>
span { border-color: #D8D3AE; }
span { border-color: rgb(216,211,174); }
td.TdClassName
{
border-color: #D8D3AE;
}
.TagClassName
{
border-color: #D8D3AE;
}
</style>