Shades of Harvest Gold #DDB76F
Tints of Harvest Gold #DDB76F
RGB
CMYK
RGB Variations
Color information
#DDB76F (or 0xDDB76F) is known color: Harvest Gold. HEX triplet: DD, B7 and 6F. RGB value is (221,183,111). Sum of RGB (Red+Green+Blue) = 221+183+111=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB76F is #224890. Grayscale: #BABABA. Windows color (decimal): -2246801 or 7321565. OLE color: 7321565.
HSL color Cylindrical-coordinate representation of color #DDB76F: hue angle of 39.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDB76F is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 111 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.13 |
| HSL | 39.27º | 0.62% | 0.65% | - |
| HSV(B) | 39.27º | 0.5% | 0.87% | - |
| XYZ | 49.62 | 50.39 | 22.15 | - |
| YUV | 186.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 111 | 0 | 0.17 | 0.50 | 0.13 | 39.27 | 0.62 | 0.65 |
| Hex | DD | B7 | 6F | 0 | 11 | 32 | D | 27 | 3E | 41 |
| Octal | 335 | 267 | 157 | 0 | 21 | 62 | 15 | 47 | 76 | 101 |
| Binary | 11011101 | 10110111 | 1101111 | 0 | 10001 | 110010 | 1101 | 100111 | 111110 | 1000001 |
Color Harmonies of #DDB76F
Complementary color
Monochromatic Colors of #DDB76F
Black with #DDB76F
Text Example
Text Example
White with #DDB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB76F; }
p { color: rgb(221,183,111); }
H1.HeaderClassName
{
color: #DDB76F;
}
.AnyTagClassName
{
color: #DDB76F;
}
</style>
background-color css
<style>
a { background-color: #DDB76F; }
a { background-color: rgb(221,183,111); }
div.DivClassName
{
background-color: #DDB76F;
}
.BgClassName
{
background-color: #DDB76F;
}
</style>
border-color css
<style>
span { border-color: #DDB76F; }
span { border-color: rgb(221,183,111); }
td.TdClassName
{
border-color: #DDB76F;
}
.TagClassName
{
border-color: #DDB76F;
}
</style>