Shades of Sunflower #DFB705
Tints of Sunflower #DFB705
RGB
CMYK
RGB Variations
Color information
#DFB705 (or 0xDFB705) is known color: Sunflower. HEX triplet: DF, B7 and 05. RGB value is (223,183,5). Sum of RGB (Red+Green+Blue) = 223+183+5=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB705 is #2048FA. Grayscale: #AFAFAF. Windows color (decimal): -2115835 or 374751. OLE color: 374751.
HSL color Cylindrical-coordinate representation of color #DFB705: hue angle of 48.99º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFB705 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 5 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.13 |
| HSL | 48.99º | 0.96% | 0.45% | - |
| HSV(B) | 48.99º | 0.98% | 0.87% | - |
| XYZ | 47.39 | 49.57 | 7.21 | - |
| YUV | 174.67 | 32.25 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 5 | 0 | 0.18 | 0.98 | 0.13 | 48.99 | 0.96 | 0.45 |
| Hex | DF | B7 | 5 | 0 | 12 | 62 | D | 31 | 60 | 2D |
| Octal | 337 | 267 | 5 | 0 | 22 | 142 | 15 | 61 | 140 | 55 |
| Binary | 11011111 | 10110111 | 101 | 0 | 10010 | 1100010 | 1101 | 110001 | 1100000 | 101101 |
Color Harmonies of #DFB705
Complementary color
Monochromatic Colors of #DFB705
Black with #DFB705
Text Example
Text Example
White with #DFB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB705; }
p { color: rgb(223,183,5); }
H1.HeaderClassName
{
color: #DFB705;
}
.AnyTagClassName
{
color: #DFB705;
}
</style>
background-color css
<style>
a { background-color: #DFB705; }
a { background-color: rgb(223,183,5); }
div.DivClassName
{
background-color: #DFB705;
}
.BgClassName
{
background-color: #DFB705;
}
</style>
border-color css
<style>
span { border-color: #DFB705; }
span { border-color: rgb(223,183,5); }
td.TdClassName
{
border-color: #DFB705;
}
.TagClassName
{
border-color: #DFB705;
}
</style>