Shades of Sunflower #DFBF1E
Tints of Sunflower #DFBF1E
RGB
CMYK
RGB Variations
Color information
#DFBF1E (or 0xDFBF1E) is known color: Sunflower. HEX triplet: DF, BF and 1E. RGB value is (223,191,30). Sum of RGB (Red+Green+Blue) = 223+191+30=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 30 (12.11% from 255 or 6.76% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBF1E is #2040E1. Grayscale: #B6B6B6. Windows color (decimal): -2113762 or 2015199. OLE color: 2015199.
HSL color Cylindrical-coordinate representation of color #DFBF1E: hue angle of 50.05º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFBF1E is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 30 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.13 |
| HSL | 50.05º | 0.76% | 0.5% | - |
| HSV(B) | 50.05º | 0.87% | 0.87% | - |
| XYZ | 49.3 | 53.04 | 8.87 | - |
| YUV | 182.21 | 42.1 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 30 | 0 | 0.14 | 0.87 | 0.13 | 50.05 | 0.76 | 0.5 |
| Hex | DF | BF | 1E | 0 | E | 57 | D | 32 | 4C | 32 |
| Octal | 337 | 277 | 36 | 0 | 16 | 127 | 15 | 62 | 114 | 62 |
| Binary | 11011111 | 10111111 | 11110 | 0 | 1110 | 1010111 | 1101 | 110010 | 1001100 | 110010 |
Color Harmonies of #DFBF1E
Complementary color
Monochromatic Colors of #DFBF1E
Black with #DFBF1E
Text Example
Text Example
White with #DFBF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF1E; }
p { color: rgb(223,191,30); }
H1.HeaderClassName
{
color: #DFBF1E;
}
.AnyTagClassName
{
color: #DFBF1E;
}
</style>
background-color css
<style>
a { background-color: #DFBF1E; }
a { background-color: rgb(223,191,30); }
div.DivClassName
{
background-color: #DFBF1E;
}
.BgClassName
{
background-color: #DFBF1E;
}
</style>
border-color css
<style>
span { border-color: #DFBF1E; }
span { border-color: rgb(223,191,30); }
td.TdClassName
{
border-color: #DFBF1E;
}
.TagClassName
{
border-color: #DFBF1E;
}
</style>