Shades of Harvest Gold #DFB272
Tints of Harvest Gold #DFB272
RGB
CMYK
RGB Variations
Color information
#DFB272 (or 0xDFB272) is known color: Harvest Gold. HEX triplet: DF, B2 and 72. RGB value is (223,178,114). Sum of RGB (Red+Green+Blue) = 223+178+114=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB272 is #204D8D. Grayscale: #B8B8B8. Windows color (decimal): -2117006 or 7516895. OLE color: 7516895.
HSL color Cylindrical-coordinate representation of color #DFB272: hue angle of 35.23º degrees, saturation: 0.63, 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 #DFB272 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 114 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.13 |
| HSL | 35.23º | 0.63% | 0.66% | - |
| HSV(B) | 35.23º | 0.49% | 0.87% | - |
| XYZ | 49.39 | 48.74 | 22.72 | - |
| YUV | 184.16 | 88.41 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 114 | 0 | 0.20 | 0.49 | 0.13 | 35.23 | 0.63 | 0.66 |
| Hex | DF | B2 | 72 | 0 | 14 | 31 | D | 23 | 3F | 42 |
| Octal | 337 | 262 | 162 | 0 | 24 | 61 | 15 | 43 | 77 | 102 |
| Binary | 11011111 | 10110010 | 1110010 | 0 | 10100 | 110001 | 1101 | 100011 | 111111 | 1000010 |
Color Harmonies of #DFB272
Complementary color
Monochromatic Colors of #DFB272
Black with #DFB272
Text Example
Text Example
White with #DFB272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB272; }
p { color: rgb(223,178,114); }
H1.HeaderClassName
{
color: #DFB272;
}
.AnyTagClassName
{
color: #DFB272;
}
</style>
background-color css
<style>
a { background-color: #DFB272; }
a { background-color: rgb(223,178,114); }
div.DivClassName
{
background-color: #DFB272;
}
.BgClassName
{
background-color: #DFB272;
}
</style>
border-color css
<style>
span { border-color: #DFB272; }
span { border-color: rgb(223,178,114); }
td.TdClassName
{
border-color: #DFB272;
}
.TagClassName
{
border-color: #DFB272;
}
</style>