Shades of Sunflower #DFBF15
Tints of Sunflower #DFBF15
RGB
CMYK
RGB Variations
Color information
#DFBF15 (or 0xDFBF15) is known color: Sunflower. HEX triplet: DF, BF and 15. RGB value is (223,191,21). Sum of RGB (Red+Green+Blue) = 223+191+21=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBF15 is #2040EA. Grayscale: #B5B5B5. Windows color (decimal): -2113771 or 1425375. OLE color: 1425375.
HSL color Cylindrical-coordinate representation of color #DFBF15: hue angle of 50.5º degrees, saturation: 0.83, 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 #DFBF15 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 21 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.13 |
| HSL | 50.5º | 0.83% | 0.48% | - |
| HSV(B) | 50.5º | 0.91% | 0.87% | - |
| XYZ | 49.2 | 53 | 8.35 | - |
| YUV | 181.19 | 37.6 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 21 | 0 | 0.14 | 0.91 | 0.13 | 50.5 | 0.83 | 0.48 |
| Hex | DF | BF | 15 | 0 | E | 5B | D | 32 | 53 | 30 |
| Octal | 337 | 277 | 25 | 0 | 16 | 133 | 15 | 62 | 123 | 60 |
| Binary | 11011111 | 10111111 | 10101 | 0 | 1110 | 1011011 | 1101 | 110010 | 1010011 | 110000 |
Color Harmonies of #DFBF15
Complementary color
Monochromatic Colors of #DFBF15
Black with #DFBF15
Text Example
Text Example
White with #DFBF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF15; }
p { color: rgb(223,191,21); }
H1.HeaderClassName
{
color: #DFBF15;
}
.AnyTagClassName
{
color: #DFBF15;
}
</style>
background-color css
<style>
a { background-color: #DFBF15; }
a { background-color: rgb(223,191,21); }
div.DivClassName
{
background-color: #DFBF15;
}
.BgClassName
{
background-color: #DFBF15;
}
</style>
border-color css
<style>
span { border-color: #DFBF15; }
span { border-color: rgb(223,191,21); }
td.TdClassName
{
border-color: #DFBF15;
}
.TagClassName
{
border-color: #DFBF15;
}
</style>