Shades of Sunflower #DFB419
Tints of Sunflower #DFB419
RGB
CMYK
RGB Variations
Color information
#DFB419 (or 0xDFB419) is known color: Sunflower. HEX triplet: DF, B4 and 19. RGB value is (223,180,25). Sum of RGB (Red+Green+Blue) = 223+180+25=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB419 is #204BE6. Grayscale: #AFAFAF. Windows color (decimal): -2116583 or 1684703. OLE color: 1684703.
HSL color Cylindrical-coordinate representation of color #DFB419: hue angle of 46.97º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFB419 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 25 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.13 |
| HSL | 46.97º | 0.8% | 0.49% | - |
| HSV(B) | 46.97º | 0.89% | 0.87% | - |
| XYZ | 46.93 | 48.4 | 7.79 | - |
| YUV | 175.19 | 43.25 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 25 | 0 | 0.19 | 0.89 | 0.13 | 46.97 | 0.8 | 0.49 |
| Hex | DF | B4 | 19 | 0 | 13 | 59 | D | 2F | 50 | 31 |
| Octal | 337 | 264 | 31 | 0 | 23 | 131 | 15 | 57 | 120 | 61 |
| Binary | 11011111 | 10110100 | 11001 | 0 | 10011 | 1011001 | 1101 | 101111 | 1010000 | 110001 |
Color Harmonies of #DFB419
Complementary color
Monochromatic Colors of #DFB419
Black with #DFB419
Text Example
Text Example
White with #DFB419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB419; }
p { color: rgb(223,180,25); }
H1.HeaderClassName
{
color: #DFB419;
}
.AnyTagClassName
{
color: #DFB419;
}
</style>
background-color css
<style>
a { background-color: #DFB419; }
a { background-color: rgb(223,180,25); }
div.DivClassName
{
background-color: #DFB419;
}
.BgClassName
{
background-color: #DFB419;
}
</style>
border-color css
<style>
span { border-color: #DFB419; }
span { border-color: rgb(223,180,25); }
td.TdClassName
{
border-color: #DFB419;
}
.TagClassName
{
border-color: #DFB419;
}
</style>