Shades of White Rock #D3D0AF
Tints of White Rock #D3D0AF
RGB
CMYK
RGB Variations
Color information
#D3D0AF (or 0xD3D0AF) is known color: White Rock. HEX triplet: D3, D0 and AF. RGB value is (211,208,175). Sum of RGB (Red+Green+Blue) = 211+208+175=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D0AF is #2C2F50. Grayscale: #CDCDCD. Windows color (decimal): -2895697 or 11522259. OLE color: 11522259.
HSL color Cylindrical-coordinate representation of color #D3D0AF: hue angle of 55º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3D0AF is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 208 | 175 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.17 |
| HSL | 55º | 0.29% | 0.76% | - |
| HSV(B) | 55º | 0.17% | 0.83% | - |
| XYZ | 57.16 | 62.06 | 49.52 | - |
| YUV | 205.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 175 | 0 | 0.01 | 0.17 | 0.17 | 55 | 0.29 | 0.76 |
| Hex | D3 | D0 | AF | 0 | 1 | 11 | 11 | 37 | 1D | 4C |
| Octal | 323 | 320 | 257 | 0 | 1 | 21 | 21 | 67 | 35 | 114 |
| Binary | 11010011 | 11010000 | 10101111 | 0 | 1 | 10001 | 10001 | 110111 | 11101 | 1001100 |
Color Harmonies of #D3D0AF
Complementary color
Monochromatic Colors of #D3D0AF
Black with #D3D0AF
Text Example
Text Example
White with #D3D0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D0AF; }
p { color: rgb(211,208,175); }
H1.HeaderClassName
{
color: #D3D0AF;
}
.AnyTagClassName
{
color: #D3D0AF;
}
</style>
background-color css
<style>
a { background-color: #D3D0AF; }
a { background-color: rgb(211,208,175); }
div.DivClassName
{
background-color: #D3D0AF;
}
.BgClassName
{
background-color: #D3D0AF;
}
</style>
border-color css
<style>
span { border-color: #D3D0AF; }
span { border-color: rgb(211,208,175); }
td.TdClassName
{
border-color: #D3D0AF;
}
.TagClassName
{
border-color: #D3D0AF;
}
</style>