Shades of Harp #D0DCB7
Tints of Harp #D0DCB7
RGB
CMYK
RGB Variations
Color information
#D0DCB7 (or 0xD0DCB7) is known color: Harp. HEX triplet: D0, DC and B7. RGB value is (208,220,183). Sum of RGB (Red+Green+Blue) = 208+220+183=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 183 (71.88% from 255 or 29.95% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCB7 is #2F2348. Grayscale: #D4D4D4. Windows color (decimal): -3089225 or 12049616. OLE color: 12049616.
HSL color Cylindrical-coordinate representation of color #D0DCB7: hue angle of 79.46º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0DCB7 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 208 | 220 | 183 | - |
CMYK | 0.05 | 0 | 0.17 | 0.14 |
HSL | 79.46º | 0.35% | 0.79% | - |
HSV(B) | 79.46º | 0.17% | 0.86% | - |
XYZ | 60.15 | 68.02 | 54.76 | - |
YUV | 212.19 | 111.52 | 125.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 220 | 183 | 0.05 | 0 | 0.17 | 0.14 | 79.46 | 0.35 | 0.79 |
Hex | D0 | DC | B7 | 5 | 0 | 11 | E | 4F | 23 | 4F |
Octal | 320 | 334 | 267 | 5 | 0 | 21 | 16 | 117 | 43 | 117 |
Binary | 11010000 | 11011100 | 10110111 | 101 | 0 | 10001 | 1110 | 1001111 | 100011 | 1001111 |
Color Harmonies of #D0DCB7
Complementary color
Monochromatic Colors of #D0DCB7
Black with #D0DCB7
Text Example
Text Example
White with #D0DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DCB7; }
p { color: rgb(208,220,183); }
H1.HeaderClassName
{
color: #D0DCB7;
}
.AnyTagClassName
{
color: #D0DCB7;
}
</style>
background-color css
<style>
a { background-color: #D0DCB7; }
a { background-color: rgb(208,220,183); }
div.DivClassName
{
background-color: #D0DCB7;
}
.BgClassName
{
background-color: #D0DCB7;
}
</style>
border-color css
<style>
span { border-color: #D0DCB7; }
span { border-color: rgb(208,220,183); }
td.TdClassName
{
border-color: #D0DCB7;
}
.TagClassName
{
border-color: #D0DCB7;
}
</style>