Shades of Harp #D1D9BA
Tints of Harp #D1D9BA
RGB
CMYK
RGB Variations
Color information
#D1D9BA (or 0xD1D9BA) is known color: Harp. HEX triplet: D1, D9 and BA. RGB value is (209,217,186). Sum of RGB (Red+Green+Blue) = 209+217+186=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9BA is #2E2645. Grayscale: #D3D3D3. Windows color (decimal): -3024454 or 12245457. OLE color: 12245457.
HSL color Cylindrical-coordinate representation of color #D1D9BA: hue angle of 75.48º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1D9BA is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 186 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.15 |
| HSL | 75.48º | 0.29% | 0.79% | - |
| HSV(B) | 75.48º | 0.14% | 0.85% | - |
| XYZ | 59.97 | 66.73 | 56.17 | - |
| YUV | 211.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 186 | 0.04 | 0 | 0.14 | 0.15 | 75.48 | 0.29 | 0.79 |
| Hex | D1 | D9 | BA | 4 | 0 | E | F | 4B | 1D | 4F |
| Octal | 321 | 331 | 272 | 4 | 0 | 16 | 17 | 113 | 35 | 117 |
| Binary | 11010001 | 11011001 | 10111010 | 100 | 0 | 1110 | 1111 | 1001011 | 11101 | 1001111 |
Color Harmonies of #D1D9BA
Complementary color
Monochromatic Colors of #D1D9BA
Black with #D1D9BA
Text Example
Text Example
White with #D1D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D9BA; }
p { color: rgb(209,217,186); }
H1.HeaderClassName
{
color: #D1D9BA;
}
.AnyTagClassName
{
color: #D1D9BA;
}
</style>
background-color css
<style>
a { background-color: #D1D9BA; }
a { background-color: rgb(209,217,186); }
div.DivClassName
{
background-color: #D1D9BA;
}
.BgClassName
{
background-color: #D1D9BA;
}
</style>
border-color css
<style>
span { border-color: #D1D9BA; }
span { border-color: rgb(209,217,186); }
td.TdClassName
{
border-color: #D1D9BA;
}
.TagClassName
{
border-color: #D1D9BA;
}
</style>