Shades of Harp #D0D7B7
Tints of Harp #D0D7B7
RGB
CMYK
RGB Variations
Color information
#D0D7B7 (or 0xD0D7B7) is known color: Harp. HEX triplet: D0, D7 and B7. RGB value is (208,215,183). Sum of RGB (Red+Green+Blue) = 208+215+183=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D7B7 is #2F2848. Grayscale: #D1D1D1. Windows color (decimal): -3090505 or 12048336. OLE color: 12048336.
HSL color Cylindrical-coordinate representation of color #D0D7B7: hue angle of 73.12º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0D7B7 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
RGB | 208 | 215 | 183 | - |
CMYK | 0.03 | 0 | 0.15 | 0.16 |
HSL | 73.13º | 0.29% | 0.78% | - |
HSV(B) | 73.13º | 0.15% | 0.84% | - |
XYZ | 58.86 | 65.43 | 54.33 | - |
YUV | 209.26 | 113.18 | 127.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 215 | 183 | 0.03 | 0 | 0.15 | 0.16 | 73.13 | 0.29 | 0.78 |
Hex | D0 | D7 | B7 | 3 | 0 | F | 10 | 49 | 1D | 4E |
Octal | 320 | 327 | 267 | 3 | 0 | 17 | 20 | 111 | 35 | 116 |
Binary | 11010000 | 11010111 | 10110111 | 11 | 0 | 1111 | 10000 | 1001001 | 11101 | 1001110 |
Color Harmonies of #D0D7B7
Complementary color
Monochromatic Colors of #D0D7B7
Black with #D0D7B7
Text Example
Text Example
White with #D0D7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D7B7; }
p { color: rgb(208,215,183); }
H1.HeaderClassName
{
color: #D0D7B7;
}
.AnyTagClassName
{
color: #D0D7B7;
}
</style>
background-color css
<style>
a { background-color: #D0D7B7; }
a { background-color: rgb(208,215,183); }
div.DivClassName
{
background-color: #D0D7B7;
}
.BgClassName
{
background-color: #D0D7B7;
}
</style>
border-color css
<style>
span { border-color: #D0D7B7; }
span { border-color: rgb(208,215,183); }
td.TdClassName
{
border-color: #D0D7B7;
}
.TagClassName
{
border-color: #D0D7B7;
}
</style>