Shades of Harp #D2D6C0
Tints of Harp #D2D6C0
RGB
CMYK
RGB Variations
Color information
#D2D6C0 (or 0xD2D6C0) is known color: Harp. HEX triplet: D2, D6 and C0. RGB value is (210,214,192). Sum of RGB (Red+Green+Blue) = 210+214+192=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D6C0 is #2D293F. Grayscale: #D2D2D2. Windows color (decimal): -2959680 or 12637906. OLE color: 12637906.
HSL color Cylindrical-coordinate representation of color #D2D6C0: hue angle of 70.91º 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 #D2D6C0 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 214 | 192 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.16 |
| HSL | 70.91º | 0.21% | 0.8% | - |
| HSV(B) | 70.91º | 0.1% | 0.84% | - |
| XYZ | 60.14 | 65.6 | 59.36 | - |
| YUV | 210.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 192 | 0.02 | 0 | 0.10 | 0.16 | 70.91 | 0.21 | 0.8 |
| Hex | D2 | D6 | C0 | 2 | 0 | A | 10 | 47 | 15 | 50 |
| Octal | 322 | 326 | 300 | 2 | 0 | 12 | 20 | 107 | 25 | 120 |
| Binary | 11010010 | 11010110 | 11000000 | 10 | 0 | 1010 | 10000 | 1000111 | 10101 | 1010000 |
Color Harmonies of #D2D6C0
Complementary color
Monochromatic Colors of #D2D6C0
Black with #D2D6C0
Text Example
Text Example
White with #D2D6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D6C0; }
p { color: rgb(210,214,192); }
H1.HeaderClassName
{
color: #D2D6C0;
}
.AnyTagClassName
{
color: #D2D6C0;
}
</style>
background-color css
<style>
a { background-color: #D2D6C0; }
a { background-color: rgb(210,214,192); }
div.DivClassName
{
background-color: #D2D6C0;
}
.BgClassName
{
background-color: #D2D6C0;
}
</style>
border-color css
<style>
span { border-color: #D2D6C0; }
span { border-color: rgb(210,214,192); }
td.TdClassName
{
border-color: #D2D6C0;
}
.TagClassName
{
border-color: #D2D6C0;
}
</style>