Shades of Harvest Gold #DDB56D
Tints of Harvest Gold #DDB56D
RGB
CMYK
RGB Variations
Color information
#DDB56D (or 0xDDB56D) is known color: Harvest Gold. HEX triplet: DD, B5 and 6D. RGB value is (221,181,109). Sum of RGB (Red+Green+Blue) = 221+181+109=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB56D is #224A92. Grayscale: #B9B9B9. Windows color (decimal): -2247315 or 7189981. OLE color: 7189981.
HSL color Cylindrical-coordinate representation of color #DDB56D: hue angle of 38.57º 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 #DDB56D is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 109 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.13 |
| HSL | 38.57º | 0.62% | 0.65% | - |
| HSV(B) | 38.57º | 0.51% | 0.87% | - |
| XYZ | 49.1 | 49.52 | 21.44 | - |
| YUV | 184.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 109 | 0 | 0.18 | 0.51 | 0.13 | 38.57 | 0.62 | 0.65 |
| Hex | DD | B5 | 6D | 0 | 12 | 33 | D | 27 | 3E | 41 |
| Octal | 335 | 265 | 155 | 0 | 22 | 63 | 15 | 47 | 76 | 101 |
| Binary | 11011101 | 10110101 | 1101101 | 0 | 10010 | 110011 | 1101 | 100111 | 111110 | 1000001 |
Color Harmonies of #DDB56D
Complementary color
Monochromatic Colors of #DDB56D
Black with #DDB56D
Text Example
Text Example
White with #DDB56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB56D; }
p { color: rgb(221,181,109); }
H1.HeaderClassName
{
color: #DDB56D;
}
.AnyTagClassName
{
color: #DDB56D;
}
</style>
background-color css
<style>
a { background-color: #DDB56D; }
a { background-color: rgb(221,181,109); }
div.DivClassName
{
background-color: #DDB56D;
}
.BgClassName
{
background-color: #DDB56D;
}
</style>
border-color css
<style>
span { border-color: #DDB56D; }
span { border-color: rgb(221,181,109); }
td.TdClassName
{
border-color: #DDB56D;
}
.TagClassName
{
border-color: #DDB56D;
}
</style>