Shades of Harp #D0D6BC
Tints of Harp #D0D6BC
RGB
CMYK
RGB Variations
Color information
#D0D6BC (or 0xD0D6BC) is known color: Harp. HEX triplet: D0, D6 and BC. RGB value is (208,214,188). Sum of RGB (Red+Green+Blue) = 208+214+188=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D6BC is #2F2943. Grayscale: #D1D1D1. Windows color (decimal): -3090756 or 12375760. OLE color: 12375760.
HSL color Cylindrical-coordinate representation of color #D0D6BC: hue angle of 73.85º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0D6BC is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 188 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.16 |
| HSL | 73.85º | 0.24% | 0.79% | - |
| HSV(B) | 73.85º | 0.12% | 0.84% | - |
| XYZ | 59.14 | 65.13 | 57.03 | - |
| YUV | 209.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 188 | 0.03 | 0 | 0.12 | 0.16 | 73.85 | 0.24 | 0.79 |
| Hex | D0 | D6 | BC | 3 | 0 | C | 10 | 4A | 18 | 4F |
| Octal | 320 | 326 | 274 | 3 | 0 | 14 | 20 | 112 | 30 | 117 |
| Binary | 11010000 | 11010110 | 10111100 | 11 | 0 | 1100 | 10000 | 1001010 | 11000 | 1001111 |
Color Harmonies of #D0D6BC
Complementary color
Monochromatic Colors of #D0D6BC
Black with #D0D6BC
Text Example
Text Example
White with #D0D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D6BC; }
p { color: rgb(208,214,188); }
H1.HeaderClassName
{
color: #D0D6BC;
}
.AnyTagClassName
{
color: #D0D6BC;
}
</style>
background-color css
<style>
a { background-color: #D0D6BC; }
a { background-color: rgb(208,214,188); }
div.DivClassName
{
background-color: #D0D6BC;
}
.BgClassName
{
background-color: #D0D6BC;
}
</style>
border-color css
<style>
span { border-color: #D0D6BC; }
span { border-color: rgb(208,214,188); }
td.TdClassName
{
border-color: #D0D6BC;
}
.TagClassName
{
border-color: #D0D6BC;
}
</style>