Shades of Harvest Gold #DDB36F
Tints of Harvest Gold #DDB36F
RGB
CMYK
RGB Variations
Color information
#DDB36F (or 0xDDB36F) is known color: Harvest Gold. HEX triplet: DD, B3 and 6F. RGB value is (221,179,111). Sum of RGB (Red+Green+Blue) = 221+179+111=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB36F is #224C90. Grayscale: #B8B8B8. Windows color (decimal): -2247825 or 7320541. OLE color: 7320541.
HSL color Cylindrical-coordinate representation of color #DDB36F: hue angle of 37.09º 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 #DDB36F is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 111 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.13 |
| HSL | 37.09º | 0.62% | 0.65% | - |
| HSV(B) | 37.09º | 0.5% | 0.87% | - |
| XYZ | 48.81 | 48.76 | 21.88 | - |
| YUV | 183.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 111 | 0 | 0.19 | 0.50 | 0.13 | 37.09 | 0.62 | 0.65 |
| Hex | DD | B3 | 6F | 0 | 13 | 32 | D | 25 | 3E | 41 |
| Octal | 335 | 263 | 157 | 0 | 23 | 62 | 15 | 45 | 76 | 101 |
| Binary | 11011101 | 10110011 | 1101111 | 0 | 10011 | 110010 | 1101 | 100101 | 111110 | 1000001 |
Color Harmonies of #DDB36F
Complementary color
Monochromatic Colors of #DDB36F
Black with #DDB36F
Text Example
Text Example
White with #DDB36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB36F; }
p { color: rgb(221,179,111); }
H1.HeaderClassName
{
color: #DDB36F;
}
.AnyTagClassName
{
color: #DDB36F;
}
</style>
background-color css
<style>
a { background-color: #DDB36F; }
a { background-color: rgb(221,179,111); }
div.DivClassName
{
background-color: #DDB36F;
}
.BgClassName
{
background-color: #DDB36F;
}
</style>
border-color css
<style>
span { border-color: #DDB36F; }
span { border-color: rgb(221,179,111); }
td.TdClassName
{
border-color: #DDB36F;
}
.TagClassName
{
border-color: #DDB36F;
}
</style>