Shades of Sunflower #DFBB17
Tints of Sunflower #DFBB17
RGB
CMYK
RGB Variations
Color information
#DFBB17 (or 0xDFBB17) is known color: Sunflower. HEX triplet: DF, BB and 17. RGB value is (223,187,23). Sum of RGB (Red+Green+Blue) = 223+187+23=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 23 (9.38% from 255 or 5.31% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBB17 is #2044E8. Grayscale: #B3B3B3. Windows color (decimal): -2114793 or 1555423. OLE color: 1555423.
HSL color Cylindrical-coordinate representation of color #DFBB17: hue angle of 49.2º degrees, saturation: 0.81, 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 #DFBB17 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 23 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.13 |
| HSL | 49.2º | 0.81% | 0.48% | - |
| HSV(B) | 49.2º | 0.9% | 0.87% | - |
| XYZ | 48.36 | 51.29 | 8.16 | - |
| YUV | 179.07 | 39.93 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 23 | 0 | 0.16 | 0.90 | 0.13 | 49.2 | 0.81 | 0.48 |
| Hex | DF | BB | 17 | 0 | 10 | 5A | D | 31 | 51 | 30 |
| Octal | 337 | 273 | 27 | 0 | 20 | 132 | 15 | 61 | 121 | 60 |
| Binary | 11011111 | 10111011 | 10111 | 0 | 10000 | 1011010 | 1101 | 110001 | 1010001 | 110000 |
Color Harmonies of #DFBB17
Complementary color
Monochromatic Colors of #DFBB17
Black with #DFBB17
Text Example
Text Example
White with #DFBB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB17; }
p { color: rgb(223,187,23); }
H1.HeaderClassName
{
color: #DFBB17;
}
.AnyTagClassName
{
color: #DFBB17;
}
</style>
background-color css
<style>
a { background-color: #DFBB17; }
a { background-color: rgb(223,187,23); }
div.DivClassName
{
background-color: #DFBB17;
}
.BgClassName
{
background-color: #DFBB17;
}
</style>
border-color css
<style>
span { border-color: #DFBB17; }
span { border-color: rgb(223,187,23); }
td.TdClassName
{
border-color: #DFBB17;
}
.TagClassName
{
border-color: #DFBB17;
}
</style>