Shades of Harvest Gold #DDB172
Tints of Harvest Gold #DDB172
RGB
CMYK
RGB Variations
Color information
#DDB172 (or 0xDDB172) is known color: Harvest Gold. HEX triplet: DD, B1 and 72. RGB value is (221,177,114). Sum of RGB (Red+Green+Blue) = 221+177+114=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB172 is #224E8D. Grayscale: #B7B7B7. Windows color (decimal): -2248334 or 7516637. OLE color: 7516637.
HSL color Cylindrical-coordinate representation of color #DDB172: hue angle of 35.33º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDB172 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 114 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.13 |
| HSL | 35.33º | 0.61% | 0.66% | - |
| HSV(B) | 35.33º | 0.48% | 0.87% | - |
| XYZ | 48.58 | 48.03 | 22.63 | - |
| YUV | 182.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 114 | 0 | 0.20 | 0.48 | 0.13 | 35.33 | 0.61 | 0.66 |
| Hex | DD | B1 | 72 | 0 | 14 | 30 | D | 23 | 3D | 42 |
| Octal | 335 | 261 | 162 | 0 | 24 | 60 | 15 | 43 | 75 | 102 |
| Binary | 11011101 | 10110001 | 1110010 | 0 | 10100 | 110000 | 1101 | 100011 | 111101 | 1000010 |
Color Harmonies of #DDB172
Complementary color
Monochromatic Colors of #DDB172
Black with #DDB172
Text Example
Text Example
White with #DDB172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB172; }
p { color: rgb(221,177,114); }
H1.HeaderClassName
{
color: #DDB172;
}
.AnyTagClassName
{
color: #DDB172;
}
</style>
background-color css
<style>
a { background-color: #DDB172; }
a { background-color: rgb(221,177,114); }
div.DivClassName
{
background-color: #DDB172;
}
.BgClassName
{
background-color: #DDB172;
}
</style>
border-color css
<style>
span { border-color: #DDB172; }
span { border-color: rgb(221,177,114); }
td.TdClassName
{
border-color: #DDB172;
}
.TagClassName
{
border-color: #DDB172;
}
</style>