Shades of Harp #D0D6BA
Tints of Harp #D0D6BA
RGB
CMYK
RGB Variations
Color information
#D0D6BA (or 0xD0D6BA) is known color: Harp. HEX triplet: D0, D6 and BA. RGB value is (208,214,186). Sum of RGB (Red+Green+Blue) = 208+214+186=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D6BA is #2F2945. Grayscale: #D1D1D1. Windows color (decimal): -3090758 or 12244688. OLE color: 12244688.
HSL color Cylindrical-coordinate representation of color #D0D6BA: hue angle of 72.86º 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 #D0D6BA is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 186 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.16 |
| HSL | 72.86º | 0.25% | 0.78% | - |
| HSV(B) | 72.86º | 0.13% | 0.84% | - |
| XYZ | 58.92 | 65.05 | 55.9 | - |
| YUV | 209.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 186 | 0.03 | 0 | 0.13 | 0.16 | 72.86 | 0.25 | 0.78 |
| Hex | D0 | D6 | BA | 3 | 0 | D | 10 | 49 | 19 | 4E |
| Octal | 320 | 326 | 272 | 3 | 0 | 15 | 20 | 111 | 31 | 116 |
| Binary | 11010000 | 11010110 | 10111010 | 11 | 0 | 1101 | 10000 | 1001001 | 11001 | 1001110 |
Color Harmonies of #D0D6BA
Complementary color
Monochromatic Colors of #D0D6BA
Black with #D0D6BA
Text Example
Text Example
White with #D0D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D6BA; }
p { color: rgb(208,214,186); }
H1.HeaderClassName
{
color: #D0D6BA;
}
.AnyTagClassName
{
color: #D0D6BA;
}
</style>
background-color css
<style>
a { background-color: #D0D6BA; }
a { background-color: rgb(208,214,186); }
div.DivClassName
{
background-color: #D0D6BA;
}
.BgClassName
{
background-color: #D0D6BA;
}
</style>
border-color css
<style>
span { border-color: #D0D6BA; }
span { border-color: rgb(208,214,186); }
td.TdClassName
{
border-color: #D0D6BA;
}
.TagClassName
{
border-color: #D0D6BA;
}
</style>