Shades of Sunflower #DFBE14
Tints of Sunflower #DFBE14
RGB
CMYK
RGB Variations
Color information
#DFBE14 (or 0xDFBE14) is known color: Sunflower. HEX triplet: DF, BE and 14. RGB value is (223,190,20). Sum of RGB (Red+Green+Blue) = 223+190+20=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE14 is #2041EB. Grayscale: #B5B5B5. Windows color (decimal): -2114028 or 1359583. OLE color: 1359583.
HSL color Cylindrical-coordinate representation of color #DFBE14: hue angle of 50.25º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFBE14 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 20 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.13 |
| HSL | 50.25º | 0.84% | 0.48% | - |
| HSV(B) | 50.25º | 0.91% | 0.87% | - |
| XYZ | 48.97 | 52.57 | 8.23 | - |
| YUV | 180.49 | 37.43 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 20 | 0 | 0.15 | 0.91 | 0.13 | 50.25 | 0.84 | 0.48 |
| Hex | DF | BE | 14 | 0 | F | 5B | D | 32 | 54 | 30 |
| Octal | 337 | 276 | 24 | 0 | 17 | 133 | 15 | 62 | 124 | 60 |
| Binary | 11011111 | 10111110 | 10100 | 0 | 1111 | 1011011 | 1101 | 110010 | 1010100 | 110000 |
Color Harmonies of #DFBE14
Complementary color
Monochromatic Colors of #DFBE14
Black with #DFBE14
Text Example
Text Example
White with #DFBE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE14; }
p { color: rgb(223,190,20); }
H1.HeaderClassName
{
color: #DFBE14;
}
.AnyTagClassName
{
color: #DFBE14;
}
</style>
background-color css
<style>
a { background-color: #DFBE14; }
a { background-color: rgb(223,190,20); }
div.DivClassName
{
background-color: #DFBE14;
}
.BgClassName
{
background-color: #DFBE14;
}
</style>
border-color css
<style>
span { border-color: #DFBE14; }
span { border-color: rgb(223,190,20); }
td.TdClassName
{
border-color: #DFBE14;
}
.TagClassName
{
border-color: #DFBE14;
}
</style>