Shades of Harvest Gold #DFB270
Tints of Harvest Gold #DFB270
RGB
CMYK
RGB Variations
Color information
#DFB270 (or 0xDFB270) is known color: Harvest Gold. HEX triplet: DF, B2 and 70. RGB value is (223,178,112). Sum of RGB (Red+Green+Blue) = 223+178+112=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB270 is #204D8F. Grayscale: #B8B8B8. Windows color (decimal): -2117008 or 7385823. OLE color: 7385823.
HSL color Cylindrical-coordinate representation of color #DFB270: hue angle of 35.68º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFB270 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 112 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.13 |
| HSL | 35.68º | 0.63% | 0.66% | - |
| HSV(B) | 35.68º | 0.5% | 0.87% | - |
| XYZ | 49.28 | 48.7 | 22.13 | - |
| YUV | 183.93 | 87.41 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 112 | 0 | 0.20 | 0.50 | 0.13 | 35.68 | 0.63 | 0.66 |
| Hex | DF | B2 | 70 | 0 | 14 | 32 | D | 24 | 3F | 42 |
| Octal | 337 | 262 | 160 | 0 | 24 | 62 | 15 | 44 | 77 | 102 |
| Binary | 11011111 | 10110010 | 1110000 | 0 | 10100 | 110010 | 1101 | 100100 | 111111 | 1000010 |
Color Harmonies of #DFB270
Complementary color
Monochromatic Colors of #DFB270
Black with #DFB270
Text Example
Text Example
White with #DFB270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB270; }
p { color: rgb(223,178,112); }
H1.HeaderClassName
{
color: #DFB270;
}
.AnyTagClassName
{
color: #DFB270;
}
</style>
background-color css
<style>
a { background-color: #DFB270; }
a { background-color: rgb(223,178,112); }
div.DivClassName
{
background-color: #DFB270;
}
.BgClassName
{
background-color: #DFB270;
}
</style>
border-color css
<style>
span { border-color: #DFB270; }
span { border-color: rgb(223,178,112); }
td.TdClassName
{
border-color: #DFB270;
}
.TagClassName
{
border-color: #DFB270;
}
</style>