Shades of Sunflower #DFB50B
Tints of Sunflower #DFB50B
RGB
CMYK
RGB Variations
Color information
#DFB50B (or 0xDFB50B) is known color: Sunflower. HEX triplet: DF, B5 and 0B. RGB value is (223,181,11). Sum of RGB (Red+Green+Blue) = 223+181+11=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB50B is #204AF4. Grayscale: #AEAEAE. Windows color (decimal): -2116341 or 767455. OLE color: 767455.
HSL color Cylindrical-coordinate representation of color #DFB50B: hue angle of 48.11º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFB50B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.13 |
| HSL | 48.11º | 0.91% | 0.46% | - |
| HSV(B) | 48.11º | 0.95% | 0.87% | - |
| XYZ | 47.02 | 48.76 | 7.25 | - |
| YUV | 174.18 | 35.91 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 11 | 0 | 0.19 | 0.95 | 0.13 | 48.11 | 0.91 | 0.46 |
| Hex | DF | B5 | B | 0 | 13 | 5F | D | 30 | 5B | 2E |
| Octal | 337 | 265 | 13 | 0 | 23 | 137 | 15 | 60 | 133 | 56 |
| Binary | 11011111 | 10110101 | 1011 | 0 | 10011 | 1011111 | 1101 | 110000 | 1011011 | 101110 |
Color Harmonies of #DFB50B
Complementary color
Monochromatic Colors of #DFB50B
Black with #DFB50B
Text Example
Text Example
White with #DFB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB50B; }
p { color: rgb(223,181,11); }
H1.HeaderClassName
{
color: #DFB50B;
}
.AnyTagClassName
{
color: #DFB50B;
}
</style>
background-color css
<style>
a { background-color: #DFB50B; }
a { background-color: rgb(223,181,11); }
div.DivClassName
{
background-color: #DFB50B;
}
.BgClassName
{
background-color: #DFB50B;
}
</style>
border-color css
<style>
span { border-color: #DFB50B; }
span { border-color: rgb(223,181,11); }
td.TdClassName
{
border-color: #DFB50B;
}
.TagClassName
{
border-color: #DFB50B;
}
</style>