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