Shades of Harvest Gold #DDB66D
Tints of Harvest Gold #DDB66D
RGB
CMYK
RGB Variations
Color information
#DDB66D (or 0xDDB66D) is known color: Harvest Gold. HEX triplet: DD, B6 and 6D. RGB value is (221,182,109). Sum of RGB (Red+Green+Blue) = 221+182+109=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB66D is #224992. Grayscale: #B9B9B9. Windows color (decimal): -2247059 or 7190237. OLE color: 7190237.
HSL color Cylindrical-coordinate representation of color #DDB66D: hue angle of 39.11º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDB66D is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 109 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.13 |
| HSL | 39.11º | 0.62% | 0.65% | - |
| HSV(B) | 39.11º | 0.51% | 0.87% | - |
| XYZ | 49.31 | 49.93 | 21.51 | - |
| YUV | 185.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 109 | 0 | 0.18 | 0.51 | 0.13 | 39.11 | 0.62 | 0.65 |
| Hex | DD | B6 | 6D | 0 | 12 | 33 | D | 27 | 3E | 41 |
| Octal | 335 | 266 | 155 | 0 | 22 | 63 | 15 | 47 | 76 | 101 |
| Binary | 11011101 | 10110110 | 1101101 | 0 | 10010 | 110011 | 1101 | 100111 | 111110 | 1000001 |
Color Harmonies of #DDB66D
Complementary color
Monochromatic Colors of #DDB66D
Black with #DDB66D
Text Example
Text Example
White with #DDB66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB66D; }
p { color: rgb(221,182,109); }
H1.HeaderClassName
{
color: #DDB66D;
}
.AnyTagClassName
{
color: #DDB66D;
}
</style>
background-color css
<style>
a { background-color: #DDB66D; }
a { background-color: rgb(221,182,109); }
div.DivClassName
{
background-color: #DDB66D;
}
.BgClassName
{
background-color: #DDB66D;
}
</style>
border-color css
<style>
span { border-color: #DDB66D; }
span { border-color: rgb(221,182,109); }
td.TdClassName
{
border-color: #DDB66D;
}
.TagClassName
{
border-color: #DDB66D;
}
</style>