Shades of Harp #D0D4BB
Tints of Harp #D0D4BB
RGB
CMYK
RGB Variations
Color information
#D0D4BB (or 0xD0D4BB) is known color: Harp. HEX triplet: D0, D4 and BB. RGB value is (208,212,187). Sum of RGB (Red+Green+Blue) = 208+212+187=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D4BB is #2F2B44. Grayscale: #D0D0D0. Windows color (decimal): -3091269 or 12309712. OLE color: 12309712.
HSL color Cylindrical-coordinate representation of color #D0D4BB: hue angle of 69.6º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0D4BB is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 212 | 187 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.17 |
| HSL | 69.6º | 0.23% | 0.78% | - |
| HSV(B) | 69.6º | 0.12% | 0.83% | - |
| XYZ | 58.53 | 64.08 | 56.3 | - |
| YUV | 207.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 187 | 0.02 | 0 | 0.12 | 0.17 | 69.6 | 0.23 | 0.78 |
| Hex | D0 | D4 | BB | 2 | 0 | C | 11 | 46 | 17 | 4E |
| Octal | 320 | 324 | 273 | 2 | 0 | 14 | 21 | 106 | 27 | 116 |
| Binary | 11010000 | 11010100 | 10111011 | 10 | 0 | 1100 | 10001 | 1000110 | 10111 | 1001110 |
Color Harmonies of #D0D4BB
Complementary color
Monochromatic Colors of #D0D4BB
Black with #D0D4BB
Text Example
Text Example
White with #D0D4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D4BB; }
p { color: rgb(208,212,187); }
H1.HeaderClassName
{
color: #D0D4BB;
}
.AnyTagClassName
{
color: #D0D4BB;
}
</style>
background-color css
<style>
a { background-color: #D0D4BB; }
a { background-color: rgb(208,212,187); }
div.DivClassName
{
background-color: #D0D4BB;
}
.BgClassName
{
background-color: #D0D4BB;
}
</style>
border-color css
<style>
span { border-color: #D0D4BB; }
span { border-color: rgb(208,212,187); }
td.TdClassName
{
border-color: #D0D4BB;
}
.TagClassName
{
border-color: #D0D4BB;
}
</style>