Shades of Harvest Gold #DEB172
Tints of Harvest Gold #DEB172
RGB
CMYK
RGB Variations
Color information
#DEB172 (or 0xDEB172) is known color: Harvest Gold. HEX triplet: DE, B1 and 72. RGB value is (222,177,114). Sum of RGB (Red+Green+Blue) = 222+177+114=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB172 is #214E8D. Grayscale: #B7B7B7. Windows color (decimal): -2182798 or 7516638. OLE color: 7516638.
HSL color Cylindrical-coordinate representation of color #DEB172: hue angle of 35º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEB172 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 177 | 114 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.13 |
| HSL | 35º | 0.62% | 0.66% | - |
| HSV(B) | 35º | 0.49% | 0.87% | - |
| XYZ | 48.88 | 48.19 | 22.64 | - |
| YUV | 183.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 177 | 114 | 0 | 0.20 | 0.49 | 0.13 | 35 | 0.62 | 0.66 |
| Hex | DE | B1 | 72 | 0 | 14 | 31 | D | 23 | 3E | 42 |
| Octal | 336 | 261 | 162 | 0 | 24 | 61 | 15 | 43 | 76 | 102 |
| Binary | 11011110 | 10110001 | 1110010 | 0 | 10100 | 110001 | 1101 | 100011 | 111110 | 1000010 |
Color Harmonies of #DEB172
Complementary color
Monochromatic Colors of #DEB172
Black with #DEB172
Text Example
Text Example
White with #DEB172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB172; }
p { color: rgb(222,177,114); }
H1.HeaderClassName
{
color: #DEB172;
}
.AnyTagClassName
{
color: #DEB172;
}
</style>
background-color css
<style>
a { background-color: #DEB172; }
a { background-color: rgb(222,177,114); }
div.DivClassName
{
background-color: #DEB172;
}
.BgClassName
{
background-color: #DEB172;
}
</style>
border-color css
<style>
span { border-color: #DEB172; }
span { border-color: rgb(222,177,114); }
td.TdClassName
{
border-color: #DEB172;
}
.TagClassName
{
border-color: #DEB172;
}
</style>