Shades of Harvest Gold #DDB270
Tints of Harvest Gold #DDB270
RGB
CMYK
RGB Variations
Color information
#DDB270 (or 0xDDB270) is known color: Harvest Gold. HEX triplet: DD, B2 and 70. RGB value is (221,178,112). Sum of RGB (Red+Green+Blue) = 221+178+112=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB270 is #224D8F. Grayscale: #B7B7B7. Windows color (decimal): -2248080 or 7385821. OLE color: 7385821.
HSL color Cylindrical-coordinate representation of color #DDB270: hue angle of 36.33º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDB270 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 112 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.13 |
| HSL | 36.33º | 0.62% | 0.65% | - |
| HSV(B) | 36.33º | 0.49% | 0.87% | - |
| XYZ | 48.66 | 48.38 | 22.1 | - |
| YUV | 183.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 112 | 0 | 0.19 | 0.49 | 0.13 | 36.33 | 0.62 | 0.65 |
| Hex | DD | B2 | 70 | 0 | 13 | 31 | D | 24 | 3E | 41 |
| Octal | 335 | 262 | 160 | 0 | 23 | 61 | 15 | 44 | 76 | 101 |
| Binary | 11011101 | 10110010 | 1110000 | 0 | 10011 | 110001 | 1101 | 100100 | 111110 | 1000001 |
Color Harmonies of #DDB270
Complementary color
Monochromatic Colors of #DDB270
Black with #DDB270
Text Example
Text Example
White with #DDB270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB270; }
p { color: rgb(221,178,112); }
H1.HeaderClassName
{
color: #DDB270;
}
.AnyTagClassName
{
color: #DDB270;
}
</style>
background-color css
<style>
a { background-color: #DDB270; }
a { background-color: rgb(221,178,112); }
div.DivClassName
{
background-color: #DDB270;
}
.BgClassName
{
background-color: #DDB270;
}
</style>
border-color css
<style>
span { border-color: #DDB270; }
span { border-color: rgb(221,178,112); }
td.TdClassName
{
border-color: #DDB270;
}
.TagClassName
{
border-color: #DDB270;
}
</style>