Shades of Harp #D2D7BD
Tints of Harp #D2D7BD
RGB
CMYK
RGB Variations
Color information
#D2D7BD (or 0xD2D7BD) is known color: Harp. HEX triplet: D2, D7 and BD. RGB value is (210,215,189). Sum of RGB (Red+Green+Blue) = 210+215+189=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D7BD is #2D2842. Grayscale: #D2D2D2. Windows color (decimal): -2959427 or 12441554. OLE color: 12441554.
HSL color Cylindrical-coordinate representation of color #D2D7BD: hue angle of 71.54º degrees, saturation: 0.25, 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 #D2D7BD is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 189 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.16 |
| HSL | 71.54º | 0.25% | 0.79% | - |
| HSV(B) | 71.54º | 0.12% | 0.84% | - |
| XYZ | 60.06 | 65.98 | 57.71 | - |
| YUV | 210.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 189 | 0.02 | 0 | 0.12 | 0.16 | 71.54 | 0.25 | 0.79 |
| Hex | D2 | D7 | BD | 2 | 0 | C | 10 | 48 | 19 | 4F |
| Octal | 322 | 327 | 275 | 2 | 0 | 14 | 20 | 110 | 31 | 117 |
| Binary | 11010010 | 11010111 | 10111101 | 10 | 0 | 1100 | 10000 | 1001000 | 11001 | 1001111 |
Color Harmonies of #D2D7BD
Complementary color
Monochromatic Colors of #D2D7BD
Black with #D2D7BD
Text Example
Text Example
White with #D2D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D7BD; }
p { color: rgb(210,215,189); }
H1.HeaderClassName
{
color: #D2D7BD;
}
.AnyTagClassName
{
color: #D2D7BD;
}
</style>
background-color css
<style>
a { background-color: #D2D7BD; }
a { background-color: rgb(210,215,189); }
div.DivClassName
{
background-color: #D2D7BD;
}
.BgClassName
{
background-color: #D2D7BD;
}
</style>
border-color css
<style>
span { border-color: #D2D7BD; }
span { border-color: rgb(210,215,189); }
td.TdClassName
{
border-color: #D2D7BD;
}
.TagClassName
{
border-color: #D2D7BD;
}
</style>