Shades of Sunflower #DFB807
Tints of Sunflower #DFB807
RGB
CMYK
RGB Variations
Color information
#DFB807 (or 0xDFB807) is known color: Sunflower. HEX triplet: DF, B8 and 07. RGB value is (223,184,7). Sum of RGB (Red+Green+Blue) = 223+184+7=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 184 (72.27% from 255 or 44.44% from 414); Blue value is 7 (3.12% from 255 or 1.69% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB807 is #2047F8. Grayscale: #B0B0B0. Windows color (decimal): -2115577 or 506079. OLE color: 506079.
HSL color Cylindrical-coordinate representation of color #DFB807: hue angle of 49.17º degrees, saturation: 0.94, 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 #DFB807 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 7 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.13 |
| HSL | 49.17º | 0.94% | 0.45% | - |
| HSV(B) | 49.17º | 0.97% | 0.87% | - |
| XYZ | 47.61 | 49.98 | 7.34 | - |
| YUV | 175.48 | 32.92 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 7 | 0 | 0.17 | 0.97 | 0.13 | 49.17 | 0.94 | 0.45 |
| Hex | DF | B8 | 7 | 0 | 11 | 61 | D | 31 | 5E | 2D |
| Octal | 337 | 270 | 7 | 0 | 21 | 141 | 15 | 61 | 136 | 55 |
| Binary | 11011111 | 10111000 | 111 | 0 | 10001 | 1100001 | 1101 | 110001 | 1011110 | 101101 |
Color Harmonies of #DFB807
Complementary color
Monochromatic Colors of #DFB807
Black with #DFB807
Text Example
Text Example
White with #DFB807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB807; }
p { color: rgb(223,184,7); }
H1.HeaderClassName
{
color: #DFB807;
}
.AnyTagClassName
{
color: #DFB807;
}
</style>
background-color css
<style>
a { background-color: #DFB807; }
a { background-color: rgb(223,184,7); }
div.DivClassName
{
background-color: #DFB807;
}
.BgClassName
{
background-color: #DFB807;
}
</style>
border-color css
<style>
span { border-color: #DFB807; }
span { border-color: rgb(223,184,7); }
td.TdClassName
{
border-color: #DFB807;
}
.TagClassName
{
border-color: #DFB807;
}
</style>