Shades of Sunflower #DFBF21
Tints of Sunflower #DFBF21
RGB
CMYK
RGB Variations
Color information
#DFBF21 (or 0xDFBF21) is known color: Sunflower. HEX triplet: DF, BF and 21. RGB value is (223,191,33). Sum of RGB (Red+Green+Blue) = 223+191+33=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBF21 is #2040DE. Grayscale: #B7B7B7. Windows color (decimal): -2113759 or 2211807. OLE color: 2211807.
HSL color Cylindrical-coordinate representation of color #DFBF21: hue angle of 49.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFBF21 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 33 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.13 |
| HSL | 49.89º | 0.75% | 0.5% | - |
| HSV(B) | 49.89º | 0.85% | 0.87% | - |
| XYZ | 49.34 | 53.06 | 9.08 | - |
| YUV | 182.56 | 43.6 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 33 | 0 | 0.14 | 0.85 | 0.13 | 49.89 | 0.75 | 0.5 |
| Hex | DF | BF | 21 | 0 | E | 55 | D | 32 | 4B | 32 |
| Octal | 337 | 277 | 41 | 0 | 16 | 125 | 15 | 62 | 113 | 62 |
| Binary | 11011111 | 10111111 | 100001 | 0 | 1110 | 1010101 | 1101 | 110010 | 1001011 | 110010 |
Color Harmonies of #DFBF21
Complementary color
Monochromatic Colors of #DFBF21
Black with #DFBF21
Text Example
Text Example
White with #DFBF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF21; }
p { color: rgb(223,191,33); }
H1.HeaderClassName
{
color: #DFBF21;
}
.AnyTagClassName
{
color: #DFBF21;
}
</style>
background-color css
<style>
a { background-color: #DFBF21; }
a { background-color: rgb(223,191,33); }
div.DivClassName
{
background-color: #DFBF21;
}
.BgClassName
{
background-color: #DFBF21;
}
</style>
border-color css
<style>
span { border-color: #DFBF21; }
span { border-color: rgb(223,191,33); }
td.TdClassName
{
border-color: #DFBF21;
}
.TagClassName
{
border-color: #DFBF21;
}
</style>