Shades of Sunflower #DFB403
Tints of Sunflower #DFB403
RGB
CMYK
RGB Variations
Color information
#DFB403 (or 0xDFB403) is known color: Sunflower. HEX triplet: DF, B4 and 03. RGB value is (223,180,3). Sum of RGB (Red+Green+Blue) = 223+180+3=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB403 is #204BFC. Grayscale: #ADADAD. Windows color (decimal): -2116605 or 242911. OLE color: 242911.
HSL color Cylindrical-coordinate representation of color #DFB403: hue angle of 48.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFB403 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 3 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.13 |
| HSL | 48.27º | 0.97% | 0.44% | - |
| HSV(B) | 48.27º | 0.99% | 0.87% | - |
| XYZ | 46.77 | 48.34 | 6.95 | - |
| YUV | 172.68 | 32.25 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 3 | 0 | 0.19 | 0.99 | 0.13 | 48.27 | 0.97 | 0.44 |
| Hex | DF | B4 | 3 | 0 | 13 | 63 | D | 30 | 61 | 2C |
| Octal | 337 | 264 | 3 | 0 | 23 | 143 | 15 | 60 | 141 | 54 |
| Binary | 11011111 | 10110100 | 11 | 0 | 10011 | 1100011 | 1101 | 110000 | 1100001 | 101100 |
Color Harmonies of #DFB403
Complementary color
Monochromatic Colors of #DFB403
Black with #DFB403
Text Example
Text Example
White with #DFB403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB403; }
p { color: rgb(223,180,3); }
H1.HeaderClassName
{
color: #DFB403;
}
.AnyTagClassName
{
color: #DFB403;
}
</style>
background-color css
<style>
a { background-color: #DFB403; }
a { background-color: rgb(223,180,3); }
div.DivClassName
{
background-color: #DFB403;
}
.BgClassName
{
background-color: #DFB403;
}
</style>
border-color css
<style>
span { border-color: #DFB403; }
span { border-color: rgb(223,180,3); }
td.TdClassName
{
border-color: #DFB403;
}
.TagClassName
{
border-color: #DFB403;
}
</style>