Shades of Sunflower #DFBE16
Tints of Sunflower #DFBE16
RGB
CMYK
RGB Variations
Color information
#DFBE16 (or 0xDFBE16) is known color: Sunflower. HEX triplet: DF, BE and 16. RGB value is (223,190,22). Sum of RGB (Red+Green+Blue) = 223+190+22=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE16 is #2041E9. Grayscale: #B5B5B5. Windows color (decimal): -2114026 or 1490655. OLE color: 1490655.
HSL color Cylindrical-coordinate representation of color #DFBE16: hue angle of 50.15º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFBE16 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 22 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.13 |
| HSL | 50.15º | 0.82% | 0.48% | - |
| HSV(B) | 50.15º | 0.9% | 0.87% | - |
| XYZ | 48.99 | 52.57 | 8.32 | - |
| YUV | 180.72 | 38.43 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 22 | 0 | 0.15 | 0.90 | 0.13 | 50.15 | 0.82 | 0.48 |
| Hex | DF | BE | 16 | 0 | F | 5A | D | 32 | 52 | 30 |
| Octal | 337 | 276 | 26 | 0 | 17 | 132 | 15 | 62 | 122 | 60 |
| Binary | 11011111 | 10111110 | 10110 | 0 | 1111 | 1011010 | 1101 | 110010 | 1010010 | 110000 |
Color Harmonies of #DFBE16
Complementary color
Monochromatic Colors of #DFBE16
Black with #DFBE16
Text Example
Text Example
White with #DFBE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE16; }
p { color: rgb(223,190,22); }
H1.HeaderClassName
{
color: #DFBE16;
}
.AnyTagClassName
{
color: #DFBE16;
}
</style>
background-color css
<style>
a { background-color: #DFBE16; }
a { background-color: rgb(223,190,22); }
div.DivClassName
{
background-color: #DFBE16;
}
.BgClassName
{
background-color: #DFBE16;
}
</style>
border-color css
<style>
span { border-color: #DFBE16; }
span { border-color: rgb(223,190,22); }
td.TdClassName
{
border-color: #DFBE16;
}
.TagClassName
{
border-color: #DFBE16;
}
</style>