Shades of Sunflower #DFB500
Tints of Sunflower #DFB500
RGB
CMYK
RGB Variations
Color information
#DFB500 (or 0xDFB500) is known color: Sunflower. HEX triplet: DF, B5 and 00. RGB value is (223,181,0). Sum of RGB (Red+Green+Blue) = 223+181+0=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB500 is #204AFF. Grayscale: #ADADAD. Windows color (decimal): -2116352 or 46559. OLE color: 46559.
HSL color Cylindrical-coordinate representation of color #DFB500: hue angle of 48.7º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFB500 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.13 |
| HSL | 48.7º | 1% | 0.44% | - |
| HSV(B) | 48.7º | 1% | 0.87% | - |
| XYZ | 46.96 | 48.74 | 6.93 | - |
| YUV | 172.92 | 30.41 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 0 | 0 | 0.19 | 1 | 0.13 | 48.7 | 1 | 0.44 |
| Hex | DF | B5 | 0 | 0 | 13 | 64 | D | 31 | 64 | 2C |
| Octal | 337 | 265 | 0 | 0 | 23 | 144 | 15 | 61 | 144 | 54 |
| Binary | 11011111 | 10110101 | 0 | 0 | 10011 | 1100100 | 1101 | 110001 | 1100100 | 101100 |
Color Harmonies of #DFB500
Complementary color
Monochromatic Colors of #DFB500
Black with #DFB500
Text Example
Text Example
White with #DFB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB500; }
p { color: rgb(223,181,0); }
H1.HeaderClassName
{
color: #DFB500;
}
.AnyTagClassName
{
color: #DFB500;
}
</style>
background-color css
<style>
a { background-color: #DFB500; }
a { background-color: rgb(223,181,0); }
div.DivClassName
{
background-color: #DFB500;
}
.BgClassName
{
background-color: #DFB500;
}
</style>
border-color css
<style>
span { border-color: #DFB500; }
span { border-color: rgb(223,181,0); }
td.TdClassName
{
border-color: #DFB500;
}
.TagClassName
{
border-color: #DFB500;
}
</style>