Shades of Sunflower #DFB40E
Tints of Sunflower #DFB40E
RGB
CMYK
RGB Variations
Color information
#DFB40E (or 0xDFB40E) is known color: Sunflower. HEX triplet: DF, B4 and 0E. RGB value is (223,180,14). Sum of RGB (Red+Green+Blue) = 223+180+14=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB40E is #204BF1. Grayscale: #AEAEAE. Windows color (decimal): -2116594 or 963807. OLE color: 963807.
HSL color Cylindrical-coordinate representation of color #DFB40E: hue angle of 47.66º 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 #DFB40E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.13 |
| HSL | 47.66º | 0.88% | 0.46% | - |
| HSV(B) | 47.66º | 0.94% | 0.87% | - |
| XYZ | 46.83 | 48.36 | 7.28 | - |
| YUV | 173.93 | 37.75 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 14 | 0 | 0.19 | 0.94 | 0.13 | 47.66 | 0.88 | 0.46 |
| Hex | DF | B4 | E | 0 | 13 | 5E | D | 30 | 58 | 2E |
| Octal | 337 | 264 | 16 | 0 | 23 | 136 | 15 | 60 | 130 | 56 |
| Binary | 11011111 | 10110100 | 1110 | 0 | 10011 | 1011110 | 1101 | 110000 | 1011000 | 101110 |
Color Harmonies of #DFB40E
Complementary color
Monochromatic Colors of #DFB40E
Black with #DFB40E
Text Example
Text Example
White with #DFB40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB40E; }
p { color: rgb(223,180,14); }
H1.HeaderClassName
{
color: #DFB40E;
}
.AnyTagClassName
{
color: #DFB40E;
}
</style>
background-color css
<style>
a { background-color: #DFB40E; }
a { background-color: rgb(223,180,14); }
div.DivClassName
{
background-color: #DFB40E;
}
.BgClassName
{
background-color: #DFB40E;
}
</style>
border-color css
<style>
span { border-color: #DFB40E; }
span { border-color: rgb(223,180,14); }
td.TdClassName
{
border-color: #DFB40E;
}
.TagClassName
{
border-color: #DFB40E;
}
</style>