Shades of White Rock #D6D3AF
Tints of White Rock #D6D3AF
RGB
CMYK
RGB Variations
Color information
#D6D3AF (or 0xD6D3AF) is known color: White Rock. HEX triplet: D6, D3 and AF. RGB value is (214,211,175). Sum of RGB (Red+Green+Blue) = 214+211+175=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D3AF is #292C50. Grayscale: #CFCFCF. Windows color (decimal): -2698321 or 11523030. OLE color: 11523030.
HSL color Cylindrical-coordinate representation of color #D6D3AF: hue angle of 55.38º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6D3AF is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 175 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.16 |
| HSL | 55.38º | 0.32% | 0.76% | - |
| HSV(B) | 55.38º | 0.18% | 0.84% | - |
| XYZ | 58.76 | 63.98 | 49.81 | - |
| YUV | 207.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 175 | 0 | 0.01 | 0.18 | 0.16 | 55.38 | 0.32 | 0.76 |
| Hex | D6 | D3 | AF | 0 | 1 | 12 | 10 | 37 | 20 | 4C |
| Octal | 326 | 323 | 257 | 0 | 1 | 22 | 20 | 67 | 40 | 114 |
| Binary | 11010110 | 11010011 | 10101111 | 0 | 1 | 10010 | 10000 | 110111 | 100000 | 1001100 |
Color Harmonies of #D6D3AF
Complementary color
Monochromatic Colors of #D6D3AF
Black with #D6D3AF
Text Example
Text Example
White with #D6D3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D3AF; }
p { color: rgb(214,211,175); }
H1.HeaderClassName
{
color: #D6D3AF;
}
.AnyTagClassName
{
color: #D6D3AF;
}
</style>
background-color css
<style>
a { background-color: #D6D3AF; }
a { background-color: rgb(214,211,175); }
div.DivClassName
{
background-color: #D6D3AF;
}
.BgClassName
{
background-color: #D6D3AF;
}
</style>
border-color css
<style>
span { border-color: #D6D3AF; }
span { border-color: rgb(214,211,175); }
td.TdClassName
{
border-color: #D6D3AF;
}
.TagClassName
{
border-color: #D6D3AF;
}
</style>