Shades of Sunflower #DFB401
Tints of Sunflower #DFB401
RGB
CMYK
RGB Variations
Color information
#DFB401 (or 0xDFB401) is known color: Sunflower. HEX triplet: DF, B4 and 01. RGB value is (223,180,1). Sum of RGB (Red+Green+Blue) = 223+180+1=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB401 is #204BFE. Grayscale: #ADADAD. Windows color (decimal): -2116607 or 111839. OLE color: 111839.
HSL color Cylindrical-coordinate representation of color #DFB401: hue angle of 48.38º 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 #DFB401 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.13 |
| HSL | 48.38º | 0.99% | 0.44% | - |
| HSV(B) | 48.38º | 1% | 0.87% | - |
| XYZ | 46.76 | 48.33 | 6.89 | - |
| YUV | 172.45 | 31.25 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 1 | 0 | 0.19 | 1.00 | 0.13 | 48.38 | 0.99 | 0.44 |
| Hex | DF | B4 | 1 | 0 | 13 | 64 | D | 30 | 63 | 2C |
| Octal | 337 | 264 | 1 | 0 | 23 | 144 | 15 | 60 | 143 | 54 |
| Binary | 11011111 | 10110100 | 1 | 0 | 10011 | 1100100 | 1101 | 110000 | 1100011 | 101100 |
Color Harmonies of #DFB401
Complementary color
Monochromatic Colors of #DFB401
Black with #DFB401
Text Example
Text Example
White with #DFB401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB401; }
p { color: rgb(223,180,1); }
H1.HeaderClassName
{
color: #DFB401;
}
.AnyTagClassName
{
color: #DFB401;
}
</style>
background-color css
<style>
a { background-color: #DFB401; }
a { background-color: rgb(223,180,1); }
div.DivClassName
{
background-color: #DFB401;
}
.BgClassName
{
background-color: #DFB401;
}
</style>
border-color css
<style>
span { border-color: #DFB401; }
span { border-color: rgb(223,180,1); }
td.TdClassName
{
border-color: #DFB401;
}
.TagClassName
{
border-color: #DFB401;
}
</style>