Shades of Sunflower #DFB60E
Tints of Sunflower #DFB60E
RGB
CMYK
RGB Variations
Color information
#DFB60E (or 0xDFB60E) is known color: Sunflower. HEX triplet: DF, B6 and 0E. RGB value is (223,182,14). Sum of RGB (Red+Green+Blue) = 223+182+14=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB60E is #2049F1. Grayscale: #AFAFAF. Windows color (decimal): -2116082 or 964319. OLE color: 964319.
HSL color Cylindrical-coordinate representation of color #DFB60E: hue angle of 48.23º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFB60E is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 14 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.13 |
| HSL | 48.23º | 0.88% | 0.46% | - |
| HSV(B) | 48.23º | 0.94% | 0.87% | - |
| XYZ | 47.24 | 49.18 | 7.42 | - |
| YUV | 175.11 | 37.08 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 14 | 0 | 0.18 | 0.94 | 0.13 | 48.23 | 0.88 | 0.46 |
| Hex | DF | B6 | E | 0 | 12 | 5E | D | 30 | 58 | 2E |
| Octal | 337 | 266 | 16 | 0 | 22 | 136 | 15 | 60 | 130 | 56 |
| Binary | 11011111 | 10110110 | 1110 | 0 | 10010 | 1011110 | 1101 | 110000 | 1011000 | 101110 |
Color Harmonies of #DFB60E
Complementary color
Monochromatic Colors of #DFB60E
Black with #DFB60E
Text Example
Text Example
White with #DFB60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB60E; }
p { color: rgb(223,182,14); }
H1.HeaderClassName
{
color: #DFB60E;
}
.AnyTagClassName
{
color: #DFB60E;
}
</style>
background-color css
<style>
a { background-color: #DFB60E; }
a { background-color: rgb(223,182,14); }
div.DivClassName
{
background-color: #DFB60E;
}
.BgClassName
{
background-color: #DFB60E;
}
</style>
border-color css
<style>
span { border-color: #DFB60E; }
span { border-color: rgb(223,182,14); }
td.TdClassName
{
border-color: #DFB60E;
}
.TagClassName
{
border-color: #DFB60E;
}
</style>