Shades of Sunflower #DFBF26
Tints of Sunflower #DFBF26
RGB
CMYK
RGB Variations
Color information
#DFBF26 (or 0xDFBF26) is known color: Sunflower. HEX triplet: DF, BF and 26. RGB value is (223,191,38). Sum of RGB (Red+Green+Blue) = 223+191+38=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 38 (15.23% from 255 or 8.41% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBF26 is #2040D9. Grayscale: #B7B7B7. Windows color (decimal): -2113754 or 2539487. OLE color: 2539487.
HSL color Cylindrical-coordinate representation of color #DFBF26: hue angle of 49.62º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFBF26 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 38 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.13 |
| HSL | 49.62º | 0.74% | 0.51% | - |
| HSV(B) | 49.62º | 0.83% | 0.87% | - |
| XYZ | 49.41 | 53.09 | 9.48 | - |
| YUV | 183.13 | 46.1 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 38 | 0 | 0.14 | 0.83 | 0.13 | 49.62 | 0.74 | 0.51 |
| Hex | DF | BF | 26 | 0 | E | 53 | D | 32 | 4A | 33 |
| Octal | 337 | 277 | 46 | 0 | 16 | 123 | 15 | 62 | 112 | 63 |
| Binary | 11011111 | 10111111 | 100110 | 0 | 1110 | 1010011 | 1101 | 110010 | 1001010 | 110011 |
Color Harmonies of #DFBF26
Complementary color
Monochromatic Colors of #DFBF26
Black with #DFBF26
Text Example
Text Example
White with #DFBF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF26; }
p { color: rgb(223,191,38); }
H1.HeaderClassName
{
color: #DFBF26;
}
.AnyTagClassName
{
color: #DFBF26;
}
</style>
background-color css
<style>
a { background-color: #DFBF26; }
a { background-color: rgb(223,191,38); }
div.DivClassName
{
background-color: #DFBF26;
}
.BgClassName
{
background-color: #DFBF26;
}
</style>
border-color css
<style>
span { border-color: #DFBF26; }
span { border-color: rgb(223,191,38); }
td.TdClassName
{
border-color: #DFBF26;
}
.TagClassName
{
border-color: #DFBF26;
}
</style>