Shades of Harp #D0D3BD
Tints of Harp #D0D3BD
RGB
CMYK
RGB Variations
Color information
#D0D3BD (or 0xD0D3BD) is known color: Harp. HEX triplet: D0, D3 and BD. RGB value is (208,211,189). Sum of RGB (Red+Green+Blue) = 208+211+189=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D3BD is #2F2C42. Grayscale: #CFCFCF. Windows color (decimal): -3091523 or 12440528. OLE color: 12440528.
HSL color Cylindrical-coordinate representation of color #D0D3BD: hue angle of 68.18º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0D3BD is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 189 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.17 |
| HSL | 68.18º | 0.2% | 0.78% | - |
| HSV(B) | 68.18º | 0.1% | 0.83% | - |
| XYZ | 58.49 | 63.67 | 57.35 | - |
| YUV | 207.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 189 | 0.01 | 0 | 0.10 | 0.17 | 68.18 | 0.2 | 0.78 |
| Hex | D0 | D3 | BD | 1 | 0 | A | 11 | 44 | 14 | 4E |
| Octal | 320 | 323 | 275 | 1 | 0 | 12 | 21 | 104 | 24 | 116 |
| Binary | 11010000 | 11010011 | 10111101 | 1 | 0 | 1010 | 10001 | 1000100 | 10100 | 1001110 |
Color Harmonies of #D0D3BD
Complementary color
Monochromatic Colors of #D0D3BD
Black with #D0D3BD
Text Example
Text Example
White with #D0D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D3BD; }
p { color: rgb(208,211,189); }
H1.HeaderClassName
{
color: #D0D3BD;
}
.AnyTagClassName
{
color: #D0D3BD;
}
</style>
background-color css
<style>
a { background-color: #D0D3BD; }
a { background-color: rgb(208,211,189); }
div.DivClassName
{
background-color: #D0D3BD;
}
.BgClassName
{
background-color: #D0D3BD;
}
</style>
border-color css
<style>
span { border-color: #D0D3BD; }
span { border-color: rgb(208,211,189); }
td.TdClassName
{
border-color: #D0D3BD;
}
.TagClassName
{
border-color: #D0D3BD;
}
</style>