Shades of Harp #D1D6BA
Tints of Harp #D1D6BA
RGB
CMYK
RGB Variations
Color information
#D1D6BA (or 0xD1D6BA) is known color: Harp. HEX triplet: D1, D6 and BA. RGB value is (209,214,186). Sum of RGB (Red+Green+Blue) = 209+214+186=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D6BA is #2E2945. Grayscale: #D1D1D1. Windows color (decimal): -3025222 or 12244689. OLE color: 12244689.
HSL color Cylindrical-coordinate representation of color #D1D6BA: hue angle of 70.71º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1D6BA is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 186 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.16 |
| HSL | 70.71º | 0.25% | 0.78% | - |
| HSV(B) | 70.71º | 0.13% | 0.84% | - |
| XYZ | 59.2 | 65.19 | 55.92 | - |
| YUV | 209.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 186 | 0.02 | 0 | 0.13 | 0.16 | 70.71 | 0.25 | 0.78 |
| Hex | D1 | D6 | BA | 2 | 0 | D | 10 | 47 | 19 | 4E |
| Octal | 321 | 326 | 272 | 2 | 0 | 15 | 20 | 107 | 31 | 116 |
| Binary | 11010001 | 11010110 | 10111010 | 10 | 0 | 1101 | 10000 | 1000111 | 11001 | 1001110 |
Color Harmonies of #D1D6BA
Complementary color
Monochromatic Colors of #D1D6BA
Black with #D1D6BA
Text Example
Text Example
White with #D1D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D6BA; }
p { color: rgb(209,214,186); }
H1.HeaderClassName
{
color: #D1D6BA;
}
.AnyTagClassName
{
color: #D1D6BA;
}
</style>
background-color css
<style>
a { background-color: #D1D6BA; }
a { background-color: rgb(209,214,186); }
div.DivClassName
{
background-color: #D1D6BA;
}
.BgClassName
{
background-color: #D1D6BA;
}
</style>
border-color css
<style>
span { border-color: #D1D6BA; }
span { border-color: rgb(209,214,186); }
td.TdClassName
{
border-color: #D1D6BA;
}
.TagClassName
{
border-color: #D1D6BA;
}
</style>