Shades of Harvest Gold #DFB46B
Tints of Harvest Gold #DFB46B
RGB
CMYK
RGB Variations
Color information
#DFB46B (or 0xDFB46B) is known color: Harvest Gold. HEX triplet: DF, B4 and 6B. RGB value is (223,180,107). Sum of RGB (Red+Green+Blue) = 223+180+107=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB46B is #204B94. Grayscale: #B8B8B8. Windows color (decimal): -2116501 or 7058655. OLE color: 7058655.
HSL color Cylindrical-coordinate representation of color #DFB46B: hue angle of 37.76º degrees, saturation: 0.64, 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 #DFB46B is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 107 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.13 |
| HSL | 37.76º | 0.64% | 0.65% | - |
| HSV(B) | 37.76º | 0.52% | 0.87% | - |
| XYZ | 49.41 | 49.39 | 20.84 | - |
| YUV | 184.54 | 84.25 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 107 | 0 | 0.19 | 0.52 | 0.13 | 37.76 | 0.64 | 0.65 |
| Hex | DF | B4 | 6B | 0 | 13 | 34 | D | 26 | 40 | 41 |
| Octal | 337 | 264 | 153 | 0 | 23 | 64 | 15 | 46 | 100 | 101 |
| Binary | 11011111 | 10110100 | 1101011 | 0 | 10011 | 110100 | 1101 | 100110 | 1000000 | 1000001 |
Color Harmonies of #DFB46B
Complementary color
Monochromatic Colors of #DFB46B
Black with #DFB46B
Text Example
Text Example
White with #DFB46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB46B; }
p { color: rgb(223,180,107); }
H1.HeaderClassName
{
color: #DFB46B;
}
.AnyTagClassName
{
color: #DFB46B;
}
</style>
background-color css
<style>
a { background-color: #DFB46B; }
a { background-color: rgb(223,180,107); }
div.DivClassName
{
background-color: #DFB46B;
}
.BgClassName
{
background-color: #DFB46B;
}
</style>
border-color css
<style>
span { border-color: #DFB46B; }
span { border-color: rgb(223,180,107); }
td.TdClassName
{
border-color: #DFB46B;
}
.TagClassName
{
border-color: #DFB46B;
}
</style>