Shades of Harvest Gold #DDB56E
Tints of Harvest Gold #DDB56E
RGB
CMYK
RGB Variations
Color information
#DDB56E (or 0xDDB56E) is known color: Harvest Gold. HEX triplet: DD, B5 and 6E. RGB value is (221,181,110). Sum of RGB (Red+Green+Blue) = 221+181+110=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB56E is #224A91. Grayscale: #B9B9B9. Windows color (decimal): -2247314 or 7255517. OLE color: 7255517.
HSL color Cylindrical-coordinate representation of color #DDB56E: hue angle of 38.38º 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 #DDB56E is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 110 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.13 |
| HSL | 38.38º | 0.62% | 0.65% | - |
| HSV(B) | 38.38º | 0.5% | 0.87% | - |
| XYZ | 49.16 | 49.55 | 21.72 | - |
| YUV | 184.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 110 | 0 | 0.18 | 0.50 | 0.13 | 38.38 | 0.62 | 0.65 |
| Hex | DD | B5 | 6E | 0 | 12 | 32 | D | 26 | 3E | 41 |
| Octal | 335 | 265 | 156 | 0 | 22 | 62 | 15 | 46 | 76 | 101 |
| Binary | 11011101 | 10110101 | 1101110 | 0 | 10010 | 110010 | 1101 | 100110 | 111110 | 1000001 |
Color Harmonies of #DDB56E
Complementary color
Monochromatic Colors of #DDB56E
Black with #DDB56E
Text Example
Text Example
White with #DDB56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB56E; }
p { color: rgb(221,181,110); }
H1.HeaderClassName
{
color: #DDB56E;
}
.AnyTagClassName
{
color: #DDB56E;
}
</style>
background-color css
<style>
a { background-color: #DDB56E; }
a { background-color: rgb(221,181,110); }
div.DivClassName
{
background-color: #DDB56E;
}
.BgClassName
{
background-color: #DDB56E;
}
</style>
border-color css
<style>
span { border-color: #DDB56E; }
span { border-color: rgb(221,181,110); }
td.TdClassName
{
border-color: #DDB56E;
}
.TagClassName
{
border-color: #DDB56E;
}
</style>