Shades of White Rock #D3D0BA
Tints of White Rock #D3D0BA
RGB
CMYK
RGB Variations
Color information
#D3D0BA (or 0xD3D0BA) is known color: White Rock. HEX triplet: D3, D0 and BA. RGB value is (211,208,186). Sum of RGB (Red+Green+Blue) = 211+208+186=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D0BA is #2C2F45. Grayscale: #CECECE. Windows color (decimal): -2895686 or 12243155. OLE color: 12243155.
HSL color Cylindrical-coordinate representation of color #D3D0BA: hue angle of 52.8º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3D0BA is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 208 | 186 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.17 |
| HSL | 52.8º | 0.22% | 0.78% | - |
| HSV(B) | 52.8º | 0.12% | 0.83% | - |
| XYZ | 58.28 | 62.51 | 55.45 | - |
| YUV | 206.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 186 | 0 | 0.01 | 0.12 | 0.17 | 52.8 | 0.22 | 0.78 |
| Hex | D3 | D0 | BA | 0 | 1 | C | 11 | 35 | 16 | 4E |
| Octal | 323 | 320 | 272 | 0 | 1 | 14 | 21 | 65 | 26 | 116 |
| Binary | 11010011 | 11010000 | 10111010 | 0 | 1 | 1100 | 10001 | 110101 | 10110 | 1001110 |
Color Harmonies of #D3D0BA
Complementary color
Monochromatic Colors of #D3D0BA
Black with #D3D0BA
Text Example
Text Example
White with #D3D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D0BA; }
p { color: rgb(211,208,186); }
H1.HeaderClassName
{
color: #D3D0BA;
}
.AnyTagClassName
{
color: #D3D0BA;
}
</style>
background-color css
<style>
a { background-color: #D3D0BA; }
a { background-color: rgb(211,208,186); }
div.DivClassName
{
background-color: #D3D0BA;
}
.BgClassName
{
background-color: #D3D0BA;
}
</style>
border-color css
<style>
span { border-color: #D3D0BA; }
span { border-color: rgb(211,208,186); }
td.TdClassName
{
border-color: #D3D0BA;
}
.TagClassName
{
border-color: #D3D0BA;
}
</style>