Shades of Sunflower #DFBE1E
Tints of Sunflower #DFBE1E
RGB
CMYK
RGB Variations
Color information
#DFBE1E (or 0xDFBE1E) is known color: Sunflower. HEX triplet: DF, BE and 1E. RGB value is (223,190,30). Sum of RGB (Red+Green+Blue) = 223+190+30=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE1E is #2041E1. Grayscale: #B6B6B6. Windows color (decimal): -2114018 or 2014943. OLE color: 2014943.
HSL color Cylindrical-coordinate representation of color #DFBE1E: hue angle of 49.74º 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 #DFBE1E is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 30 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.13 |
| HSL | 49.74º | 0.76% | 0.5% | - |
| HSV(B) | 49.74º | 0.87% | 0.87% | - |
| XYZ | 49.08 | 52.61 | 8.8 | - |
| YUV | 181.63 | 42.43 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 30 | 0 | 0.15 | 0.87 | 0.13 | 49.74 | 0.76 | 0.5 |
| Hex | DF | BE | 1E | 0 | F | 57 | D | 32 | 4C | 32 |
| Octal | 337 | 276 | 36 | 0 | 17 | 127 | 15 | 62 | 114 | 62 |
| Binary | 11011111 | 10111110 | 11110 | 0 | 1111 | 1010111 | 1101 | 110010 | 1001100 | 110010 |
Color Harmonies of #DFBE1E
Complementary color
Monochromatic Colors of #DFBE1E
Black with #DFBE1E
Text Example
Text Example
White with #DFBE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE1E; }
p { color: rgb(223,190,30); }
H1.HeaderClassName
{
color: #DFBE1E;
}
.AnyTagClassName
{
color: #DFBE1E;
}
</style>
background-color css
<style>
a { background-color: #DFBE1E; }
a { background-color: rgb(223,190,30); }
div.DivClassName
{
background-color: #DFBE1E;
}
.BgClassName
{
background-color: #DFBE1E;
}
</style>
border-color css
<style>
span { border-color: #DFBE1E; }
span { border-color: rgb(223,190,30); }
td.TdClassName
{
border-color: #DFBE1E;
}
.TagClassName
{
border-color: #DFBE1E;
}
</style>