Shades of Sunflower #DFBE1F
Tints of Sunflower #DFBE1F
RGB
CMYK
RGB Variations
Color information
#DFBE1F (or 0xDFBE1F) is known color: Sunflower. HEX triplet: DF, BE and 1F. RGB value is (223,190,31). Sum of RGB (Red+Green+Blue) = 223+190+31=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE1F is #2041E0. Grayscale: #B6B6B6. Windows color (decimal): -2114017 or 2080479. OLE color: 2080479.
HSL color Cylindrical-coordinate representation of color #DFBE1F: hue angle of 49.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFBE1F is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 31 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.13 |
| HSL | 49.69º | 0.76% | 0.5% | - |
| HSV(B) | 49.69º | 0.86% | 0.87% | - |
| XYZ | 49.09 | 52.61 | 8.86 | - |
| YUV | 181.74 | 42.93 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 31 | 0 | 0.15 | 0.86 | 0.13 | 49.69 | 0.76 | 0.5 |
| Hex | DF | BE | 1F | 0 | F | 56 | D | 32 | 4C | 32 |
| Octal | 337 | 276 | 37 | 0 | 17 | 126 | 15 | 62 | 114 | 62 |
| Binary | 11011111 | 10111110 | 11111 | 0 | 1111 | 1010110 | 1101 | 110010 | 1001100 | 110010 |
Color Harmonies of #DFBE1F
Complementary color
Monochromatic Colors of #DFBE1F
Black with #DFBE1F
Text Example
Text Example
White with #DFBE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE1F; }
p { color: rgb(223,190,31); }
H1.HeaderClassName
{
color: #DFBE1F;
}
.AnyTagClassName
{
color: #DFBE1F;
}
</style>
background-color css
<style>
a { background-color: #DFBE1F; }
a { background-color: rgb(223,190,31); }
div.DivClassName
{
background-color: #DFBE1F;
}
.BgClassName
{
background-color: #DFBE1F;
}
</style>
border-color css
<style>
span { border-color: #DFBE1F; }
span { border-color: rgb(223,190,31); }
td.TdClassName
{
border-color: #DFBE1F;
}
.TagClassName
{
border-color: #DFBE1F;
}
</style>