Shades of Sunflower #DFB517
Tints of Sunflower #DFB517
RGB
CMYK
RGB Variations
Color information
#DFB517 (or 0xDFB517) is known color: Sunflower. HEX triplet: DF, B5 and 17. RGB value is (223,181,23). Sum of RGB (Red+Green+Blue) = 223+181+23=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 23 (9.38% from 255 or 5.39% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB517 is #204AE8. Grayscale: #B0B0B0. Windows color (decimal): -2116329 or 1553887. OLE color: 1553887.
HSL color Cylindrical-coordinate representation of color #DFB517: hue angle of 47.4º 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 #DFB517 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 23 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.13 |
| HSL | 47.4º | 0.81% | 0.48% | - |
| HSV(B) | 47.4º | 0.9% | 0.87% | - |
| XYZ | 47.11 | 48.8 | 7.75 | - |
| YUV | 175.55 | 41.91 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 23 | 0 | 0.19 | 0.90 | 0.13 | 47.4 | 0.81 | 0.48 |
| Hex | DF | B5 | 17 | 0 | 13 | 5A | D | 2F | 51 | 30 |
| Octal | 337 | 265 | 27 | 0 | 23 | 132 | 15 | 57 | 121 | 60 |
| Binary | 11011111 | 10110101 | 10111 | 0 | 10011 | 1011010 | 1101 | 101111 | 1010001 | 110000 |
Color Harmonies of #DFB517
Complementary color
Monochromatic Colors of #DFB517
Black with #DFB517
Text Example
Text Example
White with #DFB517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB517; }
p { color: rgb(223,181,23); }
H1.HeaderClassName
{
color: #DFB517;
}
.AnyTagClassName
{
color: #DFB517;
}
</style>
background-color css
<style>
a { background-color: #DFB517; }
a { background-color: rgb(223,181,23); }
div.DivClassName
{
background-color: #DFB517;
}
.BgClassName
{
background-color: #DFB517;
}
</style>
border-color css
<style>
span { border-color: #DFB517; }
span { border-color: rgb(223,181,23); }
td.TdClassName
{
border-color: #DFB517;
}
.TagClassName
{
border-color: #DFB517;
}
</style>