Shades of Harvest Gold #DDB372
Tints of Harvest Gold #DDB372
RGB
CMYK
RGB Variations
Color information
#DDB372 (or 0xDDB372) is known color: Harvest Gold. HEX triplet: DD, B3 and 72. RGB value is (221,179,114). Sum of RGB (Red+Green+Blue) = 221+179+114=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB372 is #224C8D. Grayscale: #B8B8B8. Windows color (decimal): -2247822 or 7517149. OLE color: 7517149.
HSL color Cylindrical-coordinate representation of color #DDB372: hue angle of 36.45º 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 #DDB372 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 114 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.13 |
| HSL | 36.45º | 0.61% | 0.66% | - |
| HSV(B) | 36.45º | 0.48% | 0.87% | - |
| XYZ | 48.98 | 48.83 | 22.76 | - |
| YUV | 184.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 114 | 0 | 0.19 | 0.48 | 0.13 | 36.45 | 0.61 | 0.66 |
| Hex | DD | B3 | 72 | 0 | 13 | 30 | D | 24 | 3D | 42 |
| Octal | 335 | 263 | 162 | 0 | 23 | 60 | 15 | 44 | 75 | 102 |
| Binary | 11011101 | 10110011 | 1110010 | 0 | 10011 | 110000 | 1101 | 100100 | 111101 | 1000010 |
Color Harmonies of #DDB372
Complementary color
Monochromatic Colors of #DDB372
Black with #DDB372
Text Example
Text Example
White with #DDB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB372; }
p { color: rgb(221,179,114); }
H1.HeaderClassName
{
color: #DDB372;
}
.AnyTagClassName
{
color: #DDB372;
}
</style>
background-color css
<style>
a { background-color: #DDB372; }
a { background-color: rgb(221,179,114); }
div.DivClassName
{
background-color: #DDB372;
}
.BgClassName
{
background-color: #DDB372;
}
</style>
border-color css
<style>
span { border-color: #DDB372; }
span { border-color: rgb(221,179,114); }
td.TdClassName
{
border-color: #DDB372;
}
.TagClassName
{
border-color: #DDB372;
}
</style>