Shades of Sunflower #DFB706
Tints of Sunflower #DFB706
RGB
CMYK
RGB Variations
Color information
#DFB706 (or 0xDFB706) is known color: Sunflower. HEX triplet: DF, B7 and 06. RGB value is (223,183,6). Sum of RGB (Red+Green+Blue) = 223+183+6=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 6 (2.73% from 255 or 1.46% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB706 is #2048F9. Grayscale: #AFAFAF. Windows color (decimal): -2115834 or 440287. OLE color: 440287.
HSL color Cylindrical-coordinate representation of color #DFB706: hue angle of 48.94º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFB706 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 6 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.13 |
| HSL | 48.94º | 0.95% | 0.45% | - |
| HSV(B) | 48.94º | 0.97% | 0.87% | - |
| XYZ | 47.4 | 49.57 | 7.24 | - |
| YUV | 174.78 | 32.75 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 6 | 0 | 0.18 | 0.97 | 0.13 | 48.94 | 0.95 | 0.45 |
| Hex | DF | B7 | 6 | 0 | 12 | 61 | D | 31 | 5F | 2D |
| Octal | 337 | 267 | 6 | 0 | 22 | 141 | 15 | 61 | 137 | 55 |
| Binary | 11011111 | 10110111 | 110 | 0 | 10010 | 1100001 | 1101 | 110001 | 1011111 | 101101 |
Color Harmonies of #DFB706
Complementary color
Monochromatic Colors of #DFB706
Black with #DFB706
Text Example
Text Example
White with #DFB706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB706; }
p { color: rgb(223,183,6); }
H1.HeaderClassName
{
color: #DFB706;
}
.AnyTagClassName
{
color: #DFB706;
}
</style>
background-color css
<style>
a { background-color: #DFB706; }
a { background-color: rgb(223,183,6); }
div.DivClassName
{
background-color: #DFB706;
}
.BgClassName
{
background-color: #DFB706;
}
</style>
border-color css
<style>
span { border-color: #DFB706; }
span { border-color: rgb(223,183,6); }
td.TdClassName
{
border-color: #DFB706;
}
.TagClassName
{
border-color: #DFB706;
}
</style>