Shades of Harp #D2D9BE
Tints of Harp #D2D9BE
RGB
CMYK
RGB Variations
Color information
#D2D9BE (or 0xD2D9BE) is known color: Harp. HEX triplet: D2, D9 and BE. RGB value is (210,217,190). Sum of RGB (Red+Green+Blue) = 210+217+190=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9BE is #2D2641. Grayscale: #D3D3D3. Windows color (decimal): -2958914 or 12507602. OLE color: 12507602.
HSL color Cylindrical-coordinate representation of color #D2D9BE: hue angle of 75.56º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2D9BE is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 217 | 190 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.15 |
| HSL | 75.56º | 0.26% | 0.8% | - |
| HSV(B) | 75.56º | 0.12% | 0.85% | - |
| XYZ | 60.69 | 67.05 | 58.46 | - |
| YUV | 211.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 190 | 0.03 | 0 | 0.12 | 0.15 | 75.56 | 0.26 | 0.8 |
| Hex | D2 | D9 | BE | 3 | 0 | C | F | 4C | 1A | 50 |
| Octal | 322 | 331 | 276 | 3 | 0 | 14 | 17 | 114 | 32 | 120 |
| Binary | 11010010 | 11011001 | 10111110 | 11 | 0 | 1100 | 1111 | 1001100 | 11010 | 1010000 |
Color Harmonies of #D2D9BE
Complementary color
Monochromatic Colors of #D2D9BE
Black with #D2D9BE
Text Example
Text Example
White with #D2D9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D9BE; }
p { color: rgb(210,217,190); }
H1.HeaderClassName
{
color: #D2D9BE;
}
.AnyTagClassName
{
color: #D2D9BE;
}
</style>
background-color css
<style>
a { background-color: #D2D9BE; }
a { background-color: rgb(210,217,190); }
div.DivClassName
{
background-color: #D2D9BE;
}
.BgClassName
{
background-color: #D2D9BE;
}
</style>
border-color css
<style>
span { border-color: #D2D9BE; }
span { border-color: rgb(210,217,190); }
td.TdClassName
{
border-color: #D2D9BE;
}
.TagClassName
{
border-color: #D2D9BE;
}
</style>