Shades of Harp #D2D7BC
Tints of Harp #D2D7BC
RGB
CMYK
RGB Variations
Color information
#D2D7BC (or 0xD2D7BC) is known color: Harp. HEX triplet: D2, D7 and BC. RGB value is (210,215,188). Sum of RGB (Red+Green+Blue) = 210+215+188=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D7BC is #2D2843. Grayscale: #D2D2D2. Windows color (decimal): -2959428 or 12376018. OLE color: 12376018.
HSL color Cylindrical-coordinate representation of color #D2D7BC: hue angle of 71.11º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2D7BC is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 188 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.16 |
| HSL | 71.11º | 0.25% | 0.79% | - |
| HSV(B) | 71.11º | 0.13% | 0.84% | - |
| XYZ | 59.96 | 65.93 | 57.14 | - |
| YUV | 210.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 188 | 0.02 | 0 | 0.13 | 0.16 | 71.11 | 0.25 | 0.79 |
| Hex | D2 | D7 | BC | 2 | 0 | D | 10 | 47 | 19 | 4F |
| Octal | 322 | 327 | 274 | 2 | 0 | 15 | 20 | 107 | 31 | 117 |
| Binary | 11010010 | 11010111 | 10111100 | 10 | 0 | 1101 | 10000 | 1000111 | 11001 | 1001111 |
Color Harmonies of #D2D7BC
Complementary color
Monochromatic Colors of #D2D7BC
Black with #D2D7BC
Text Example
Text Example
White with #D2D7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D7BC; }
p { color: rgb(210,215,188); }
H1.HeaderClassName
{
color: #D2D7BC;
}
.AnyTagClassName
{
color: #D2D7BC;
}
</style>
background-color css
<style>
a { background-color: #D2D7BC; }
a { background-color: rgb(210,215,188); }
div.DivClassName
{
background-color: #D2D7BC;
}
.BgClassName
{
background-color: #D2D7BC;
}
</style>
border-color css
<style>
span { border-color: #D2D7BC; }
span { border-color: rgb(210,215,188); }
td.TdClassName
{
border-color: #D2D7BC;
}
.TagClassName
{
border-color: #D2D7BC;
}
</style>