Shades of Harvest Gold #DDB072
Tints of Harvest Gold #DDB072
RGB
CMYK
RGB Variations
Color information
#DDB072 (or 0xDDB072) is known color: Harvest Gold. HEX triplet: DD, B0 and 72. RGB value is (221,176,114). Sum of RGB (Red+Green+Blue) = 221+176+114=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB072 is #224F8D. Grayscale: #B6B6B6. Windows color (decimal): -2248590 or 7516381. OLE color: 7516381.
HSL color Cylindrical-coordinate representation of color #DDB072: hue angle of 34.77º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDB072 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 114 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.13 |
| HSL | 34.77º | 0.61% | 0.66% | - |
| HSV(B) | 34.77º | 0.48% | 0.87% | - |
| XYZ | 48.38 | 47.64 | 22.56 | - |
| YUV | 182.39 | 89.41 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 114 | 0 | 0.20 | 0.48 | 0.13 | 34.77 | 0.61 | 0.66 |
| Hex | DD | B0 | 72 | 0 | 14 | 30 | D | 23 | 3D | 42 |
| Octal | 335 | 260 | 162 | 0 | 24 | 60 | 15 | 43 | 75 | 102 |
| Binary | 11011101 | 10110000 | 1110010 | 0 | 10100 | 110000 | 1101 | 100011 | 111101 | 1000010 |
Color Harmonies of #DDB072
Complementary color
Monochromatic Colors of #DDB072
Black with #DDB072
Text Example
Text Example
White with #DDB072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB072; }
p { color: rgb(221,176,114); }
H1.HeaderClassName
{
color: #DDB072;
}
.AnyTagClassName
{
color: #DDB072;
}
</style>
background-color css
<style>
a { background-color: #DDB072; }
a { background-color: rgb(221,176,114); }
div.DivClassName
{
background-color: #DDB072;
}
.BgClassName
{
background-color: #DDB072;
}
</style>
border-color css
<style>
span { border-color: #DDB072; }
span { border-color: rgb(221,176,114); }
td.TdClassName
{
border-color: #DDB072;
}
.TagClassName
{
border-color: #DDB072;
}
</style>