Shades of Harp #D0D8BD
Tints of Harp #D0D8BD
RGB
CMYK
RGB Variations
Color information
#D0D8BD (or 0xD0D8BD) is known color: Harp. HEX triplet: D0, D8 and BD. RGB value is (208,216,189). Sum of RGB (Red+Green+Blue) = 208+216+189=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D8BD is #2F2742. Grayscale: #D2D2D2. Windows color (decimal): -3090243 or 12441808. OLE color: 12441808.
HSL color Cylindrical-coordinate representation of color #D0D8BD: hue angle of 77.78º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0D8BD is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 216 | 189 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.15 |
| HSL | 77.78º | 0.26% | 0.79% | - |
| HSV(B) | 77.78º | 0.13% | 0.85% | - |
| XYZ | 59.75 | 66.2 | 57.77 | - |
| YUV | 210.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 216 | 189 | 0.04 | 0 | 0.12 | 0.15 | 77.78 | 0.26 | 0.79 |
| Hex | D0 | D8 | BD | 4 | 0 | C | F | 4E | 1A | 4F |
| Octal | 320 | 330 | 275 | 4 | 0 | 14 | 17 | 116 | 32 | 117 |
| Binary | 11010000 | 11011000 | 10111101 | 100 | 0 | 1100 | 1111 | 1001110 | 11010 | 1001111 |
Color Harmonies of #D0D8BD
Complementary color
Monochromatic Colors of #D0D8BD
Black with #D0D8BD
Text Example
Text Example
White with #D0D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D8BD; }
p { color: rgb(208,216,189); }
H1.HeaderClassName
{
color: #D0D8BD;
}
.AnyTagClassName
{
color: #D0D8BD;
}
</style>
background-color css
<style>
a { background-color: #D0D8BD; }
a { background-color: rgb(208,216,189); }
div.DivClassName
{
background-color: #D0D8BD;
}
.BgClassName
{
background-color: #D0D8BD;
}
</style>
border-color css
<style>
span { border-color: #D0D8BD; }
span { border-color: rgb(208,216,189); }
td.TdClassName
{
border-color: #D0D8BD;
}
.TagClassName
{
border-color: #D0D8BD;
}
</style>