Shades of Harp #D0D4BE
Tints of Harp #D0D4BE
RGB
CMYK
RGB Variations
Color information
#D0D4BE (or 0xD0D4BE) is known color: Harp. HEX triplet: D0, D4 and BE. RGB value is (208,212,190). Sum of RGB (Red+Green+Blue) = 208+212+190=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D4BE is #2F2B41. Grayscale: #D0D0D0. Windows color (decimal): -3091266 or 12506320. OLE color: 12506320.
HSL color Cylindrical-coordinate representation of color #D0D4BE: hue angle of 70.91º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0D4BE is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 212 | 190 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.17 |
| HSL | 70.91º | 0.2% | 0.79% | - |
| HSV(B) | 70.91º | 0.1% | 0.83% | - |
| XYZ | 58.85 | 64.21 | 58.01 | - |
| YUV | 208.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 190 | 0.02 | 0 | 0.10 | 0.17 | 70.91 | 0.2 | 0.79 |
| Hex | D0 | D4 | BE | 2 | 0 | A | 11 | 47 | 14 | 4F |
| Octal | 320 | 324 | 276 | 2 | 0 | 12 | 21 | 107 | 24 | 117 |
| Binary | 11010000 | 11010100 | 10111110 | 10 | 0 | 1010 | 10001 | 1000111 | 10100 | 1001111 |
Color Harmonies of #D0D4BE
Complementary color
Monochromatic Colors of #D0D4BE
Black with #D0D4BE
Text Example
Text Example
White with #D0D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D4BE; }
p { color: rgb(208,212,190); }
H1.HeaderClassName
{
color: #D0D4BE;
}
.AnyTagClassName
{
color: #D0D4BE;
}
</style>
background-color css
<style>
a { background-color: #D0D4BE; }
a { background-color: rgb(208,212,190); }
div.DivClassName
{
background-color: #D0D4BE;
}
.BgClassName
{
background-color: #D0D4BE;
}
</style>
border-color css
<style>
span { border-color: #D0D4BE; }
span { border-color: rgb(208,212,190); }
td.TdClassName
{
border-color: #D0D4BE;
}
.TagClassName
{
border-color: #D0D4BE;
}
</style>