Shades of Harp #D0D6C0
Tints of Harp #D0D6C0
RGB
CMYK
RGB Variations
Color information
#D0D6C0 (or 0xD0D6C0) is known color: Harp. HEX triplet: D0, D6 and C0. RGB value is (208,214,192). Sum of RGB (Red+Green+Blue) = 208+214+192=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D6C0 is #2F293F. Grayscale: #D1D1D1. Windows color (decimal): -3090752 or 12637904. OLE color: 12637904.
HSL color Cylindrical-coordinate representation of color #D0D6C0: hue angle of 76.36º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0D6C0 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 192 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.16 |
| HSL | 76.36º | 0.21% | 0.8% | - |
| HSV(B) | 76.36º | 0.1% | 0.84% | - |
| XYZ | 59.57 | 65.31 | 59.34 | - |
| YUV | 209.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 192 | 0.03 | 0 | 0.10 | 0.16 | 76.36 | 0.21 | 0.8 |
| Hex | D0 | D6 | C0 | 3 | 0 | A | 10 | 4C | 15 | 50 |
| Octal | 320 | 326 | 300 | 3 | 0 | 12 | 20 | 114 | 25 | 120 |
| Binary | 11010000 | 11010110 | 11000000 | 11 | 0 | 1010 | 10000 | 1001100 | 10101 | 1010000 |
Color Harmonies of #D0D6C0
Complementary color
Monochromatic Colors of #D0D6C0
Black with #D0D6C0
Text Example
Text Example
White with #D0D6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D6C0; }
p { color: rgb(208,214,192); }
H1.HeaderClassName
{
color: #D0D6C0;
}
.AnyTagClassName
{
color: #D0D6C0;
}
</style>
background-color css
<style>
a { background-color: #D0D6C0; }
a { background-color: rgb(208,214,192); }
div.DivClassName
{
background-color: #D0D6C0;
}
.BgClassName
{
background-color: #D0D6C0;
}
</style>
border-color css
<style>
span { border-color: #D0D6C0; }
span { border-color: rgb(208,214,192); }
td.TdClassName
{
border-color: #D0D6C0;
}
.TagClassName
{
border-color: #D0D6C0;
}
</style>