Shades of Harp #D4D9BC
Tints of Harp #D4D9BC
RGB
CMYK
RGB Variations
Color information
#D4D9BC (or 0xD4D9BC) is known color: Harp. HEX triplet: D4, D9 and BC. RGB value is (212,217,188). Sum of RGB (Red+Green+Blue) = 212+217+188=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D9BC is #2B2643. Grayscale: #D4D4D4. Windows color (decimal): -2827844 or 12376532. OLE color: 12376532.
HSL color Cylindrical-coordinate representation of color #D4D9BC: hue angle of 70.34º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4D9BC is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 188 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.15 |
| HSL | 70.34º | 0.28% | 0.79% | - |
| HSV(B) | 70.34º | 0.13% | 0.85% | - |
| XYZ | 61.04 | 67.25 | 57.34 | - |
| YUV | 212.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 188 | 0.02 | 0 | 0.13 | 0.15 | 70.34 | 0.28 | 0.79 |
| Hex | D4 | D9 | BC | 2 | 0 | D | F | 46 | 1C | 4F |
| Octal | 324 | 331 | 274 | 2 | 0 | 15 | 17 | 106 | 34 | 117 |
| Binary | 11010100 | 11011001 | 10111100 | 10 | 0 | 1101 | 1111 | 1000110 | 11100 | 1001111 |
Color Harmonies of #D4D9BC
Complementary color
Monochromatic Colors of #D4D9BC
Black with #D4D9BC
Text Example
Text Example
White with #D4D9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D9BC; }
p { color: rgb(212,217,188); }
H1.HeaderClassName
{
color: #D4D9BC;
}
.AnyTagClassName
{
color: #D4D9BC;
}
</style>
background-color css
<style>
a { background-color: #D4D9BC; }
a { background-color: rgb(212,217,188); }
div.DivClassName
{
background-color: #D4D9BC;
}
.BgClassName
{
background-color: #D4D9BC;
}
</style>
border-color css
<style>
span { border-color: #D4D9BC; }
span { border-color: rgb(212,217,188); }
td.TdClassName
{
border-color: #D4D9BC;
}
.TagClassName
{
border-color: #D4D9BC;
}
</style>