Shades of Harp #D0D6BD
Tints of Harp #D0D6BD
RGB
CMYK
RGB Variations
Color information
#D0D6BD (or 0xD0D6BD) is known color: Harp. HEX triplet: D0, D6 and BD. RGB value is (208,214,189). Sum of RGB (Red+Green+Blue) = 208+214+189=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D6BD is #2F2942. Grayscale: #D1D1D1. Windows color (decimal): -3090755 or 12441296. OLE color: 12441296.
HSL color Cylindrical-coordinate representation of color #D0D6BD: hue angle of 74.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0D6BD is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 189 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.16 |
| HSL | 74.4º | 0.23% | 0.79% | - |
| HSV(B) | 74.4º | 0.12% | 0.84% | - |
| XYZ | 59.24 | 65.18 | 57.6 | - |
| YUV | 209.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 189 | 0.03 | 0 | 0.12 | 0.16 | 74.4 | 0.23 | 0.79 |
| Hex | D0 | D6 | BD | 3 | 0 | C | 10 | 4A | 17 | 4F |
| Octal | 320 | 326 | 275 | 3 | 0 | 14 | 20 | 112 | 27 | 117 |
| Binary | 11010000 | 11010110 | 10111101 | 11 | 0 | 1100 | 10000 | 1001010 | 10111 | 1001111 |
Color Harmonies of #D0D6BD
Complementary color
Monochromatic Colors of #D0D6BD
Black with #D0D6BD
Text Example
Text Example
White with #D0D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D6BD; }
p { color: rgb(208,214,189); }
H1.HeaderClassName
{
color: #D0D6BD;
}
.AnyTagClassName
{
color: #D0D6BD;
}
</style>
background-color css
<style>
a { background-color: #D0D6BD; }
a { background-color: rgb(208,214,189); }
div.DivClassName
{
background-color: #D0D6BD;
}
.BgClassName
{
background-color: #D0D6BD;
}
</style>
border-color css
<style>
span { border-color: #D0D6BD; }
span { border-color: rgb(208,214,189); }
td.TdClassName
{
border-color: #D0D6BD;
}
.TagClassName
{
border-color: #D0D6BD;
}
</style>