Shades of Harp #D0D3C1
Tints of Harp #D0D3C1
RGB
CMYK
RGB Variations
Color information
#D0D3C1 (or 0xD0D3C1) is known color: Harp. HEX triplet: D0, D3 and C1. RGB value is (208,211,193). Sum of RGB (Red+Green+Blue) = 208+211+193=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D3C1 is #2F2C3E. Grayscale: #D0D0D0. Windows color (decimal): -3091519 or 12702672. OLE color: 12702672.
HSL color Cylindrical-coordinate representation of color #D0D3C1: hue angle of 70º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0D3C1 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 193 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.17 |
| HSL | 70º | 0.17% | 0.79% | - |
| HSV(B) | 70º | 0.09% | 0.83% | - |
| XYZ | 58.93 | 63.85 | 59.67 | - |
| YUV | 208.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 193 | 0.01 | 0 | 0.09 | 0.17 | 70 | 0.17 | 0.79 |
| Hex | D0 | D3 | C1 | 1 | 0 | 9 | 11 | 46 | 11 | 4F |
| Octal | 320 | 323 | 301 | 1 | 0 | 11 | 21 | 106 | 21 | 117 |
| Binary | 11010000 | 11010011 | 11000001 | 1 | 0 | 1001 | 10001 | 1000110 | 10001 | 1001111 |
Color Harmonies of #D0D3C1
Complementary color
Monochromatic Colors of #D0D3C1
Black with #D0D3C1
Text Example
Text Example
White with #D0D3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D3C1; }
p { color: rgb(208,211,193); }
H1.HeaderClassName
{
color: #D0D3C1;
}
.AnyTagClassName
{
color: #D0D3C1;
}
</style>
background-color css
<style>
a { background-color: #D0D3C1; }
a { background-color: rgb(208,211,193); }
div.DivClassName
{
background-color: #D0D3C1;
}
.BgClassName
{
background-color: #D0D3C1;
}
</style>
border-color css
<style>
span { border-color: #D0D3C1; }
span { border-color: rgb(208,211,193); }
td.TdClassName
{
border-color: #D0D3C1;
}
.TagClassName
{
border-color: #D0D3C1;
}
</style>