Shades of Harvest Gold #DFB16B
Tints of Harvest Gold #DFB16B
RGB
CMYK
RGB Variations
Color information
#DFB16B (or 0xDFB16B) is known color: Harvest Gold. HEX triplet: DF, B1 and 6B. RGB value is (223,177,107). Sum of RGB (Red+Green+Blue) = 223+177+107=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB16B is #204E94. Grayscale: #B7B7B7. Windows color (decimal): -2117269 or 7057887. OLE color: 7057887.
HSL color Cylindrical-coordinate representation of color #DFB16B: hue angle of 36.21º 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 #DFB16B is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 107 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.13 |
| HSL | 36.21º | 0.64% | 0.65% | - |
| HSV(B) | 36.21º | 0.52% | 0.87% | - |
| XYZ | 48.81 | 48.19 | 20.64 | - |
| YUV | 182.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 107 | 0 | 0.21 | 0.52 | 0.13 | 36.21 | 0.64 | 0.65 |
| Hex | DF | B1 | 6B | 0 | 15 | 34 | D | 24 | 40 | 41 |
| Octal | 337 | 261 | 153 | 0 | 25 | 64 | 15 | 44 | 100 | 101 |
| Binary | 11011111 | 10110001 | 1101011 | 0 | 10101 | 110100 | 1101 | 100100 | 1000000 | 1000001 |
Color Harmonies of #DFB16B
Complementary color
Monochromatic Colors of #DFB16B
Black with #DFB16B
Text Example
Text Example
White with #DFB16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB16B; }
p { color: rgb(223,177,107); }
H1.HeaderClassName
{
color: #DFB16B;
}
.AnyTagClassName
{
color: #DFB16B;
}
</style>
background-color css
<style>
a { background-color: #DFB16B; }
a { background-color: rgb(223,177,107); }
div.DivClassName
{
background-color: #DFB16B;
}
.BgClassName
{
background-color: #DFB16B;
}
</style>
border-color css
<style>
span { border-color: #DFB16B; }
span { border-color: rgb(223,177,107); }
td.TdClassName
{
border-color: #DFB16B;
}
.TagClassName
{
border-color: #DFB16B;
}
</style>