Shades of Harvest Gold #DFB46A
Tints of Harvest Gold #DFB46A
RGB
CMYK
RGB Variations
Color information
#DFB46A (or 0xDFB46A) is known color: Harvest Gold. HEX triplet: DF, B4 and 6A. RGB value is (223,180,106). Sum of RGB (Red+Green+Blue) = 223+180+106=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB46A is #204B95. Grayscale: #B8B8B8. Windows color (decimal): -2116502 or 6993119. OLE color: 6993119.
HSL color Cylindrical-coordinate representation of color #DFB46A: hue angle of 37.95º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFB46A is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 106 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.13 |
| HSL | 37.95º | 0.65% | 0.65% | - |
| HSV(B) | 37.95º | 0.52% | 0.87% | - |
| XYZ | 49.35 | 49.37 | 20.56 | - |
| YUV | 184.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 106 | 0 | 0.19 | 0.52 | 0.13 | 37.95 | 0.65 | 0.65 |
| Hex | DF | B4 | 6A | 0 | 13 | 34 | D | 26 | 41 | 41 |
| Octal | 337 | 264 | 152 | 0 | 23 | 64 | 15 | 46 | 101 | 101 |
| Binary | 11011111 | 10110100 | 1101010 | 0 | 10011 | 110100 | 1101 | 100110 | 1000001 | 1000001 |
Color Harmonies of #DFB46A
Complementary color
Monochromatic Colors of #DFB46A
Black with #DFB46A
Text Example
Text Example
White with #DFB46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB46A; }
p { color: rgb(223,180,106); }
H1.HeaderClassName
{
color: #DFB46A;
}
.AnyTagClassName
{
color: #DFB46A;
}
</style>
background-color css
<style>
a { background-color: #DFB46A; }
a { background-color: rgb(223,180,106); }
div.DivClassName
{
background-color: #DFB46A;
}
.BgClassName
{
background-color: #DFB46A;
}
</style>
border-color css
<style>
span { border-color: #DFB46A; }
span { border-color: rgb(223,180,106); }
td.TdClassName
{
border-color: #DFB46A;
}
.TagClassName
{
border-color: #DFB46A;
}
</style>