Shades of Harp #D0DDAF
Tints of Harp #D0DDAF
RGB
CMYK
RGB Variations
Color information
#D0DDAF (or 0xD0DDAF) is known color: Harp. HEX triplet: D0, DD and AF. RGB value is (208,221,175). Sum of RGB (Red+Green+Blue) = 208+221+175=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DDAF is #2F2250. Grayscale: #D4D4D4. Windows color (decimal): -3088977 or 11525584. OLE color: 11525584.
HSL color Cylindrical-coordinate representation of color #D0DDAF: hue angle of 76.96º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0DDAF is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 175 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.13 |
| HSL | 76.96º | 0.4% | 0.78% | - |
| HSV(B) | 76.96º | 0.21% | 0.87% | - |
| XYZ | 59.61 | 68.22 | 50.58 | - |
| YUV | 211.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 175 | 0.06 | 0 | 0.21 | 0.13 | 76.96 | 0.4 | 0.78 |
| Hex | D0 | DD | AF | 6 | 0 | 15 | D | 4D | 28 | 4E |
| Octal | 320 | 335 | 257 | 6 | 0 | 25 | 15 | 115 | 50 | 116 |
| Binary | 11010000 | 11011101 | 10101111 | 110 | 0 | 10101 | 1101 | 1001101 | 101000 | 1001110 |
Color Harmonies of #D0DDAF
Complementary color
Monochromatic Colors of #D0DDAF
Black with #D0DDAF
Text Example
Text Example
White with #D0DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DDAF; }
p { color: rgb(208,221,175); }
H1.HeaderClassName
{
color: #D0DDAF;
}
.AnyTagClassName
{
color: #D0DDAF;
}
</style>
background-color css
<style>
a { background-color: #D0DDAF; }
a { background-color: rgb(208,221,175); }
div.DivClassName
{
background-color: #D0DDAF;
}
.BgClassName
{
background-color: #D0DDAF;
}
</style>
border-color css
<style>
span { border-color: #D0DDAF; }
span { border-color: rgb(208,221,175); }
td.TdClassName
{
border-color: #D0DDAF;
}
.TagClassName
{
border-color: #D0DDAF;
}
</style>