Shades of Sunflower #DFB411
Tints of Sunflower #DFB411
RGB
CMYK
RGB Variations
Color information
#DFB411 (or 0xDFB411) is known color: Sunflower. HEX triplet: DF, B4 and 11. RGB value is (223,180,17). Sum of RGB (Red+Green+Blue) = 223+180+17=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB411 is #204BEE. Grayscale: #AEAEAE. Windows color (decimal): -2116591 or 1160415. OLE color: 1160415.
HSL color Cylindrical-coordinate representation of color #DFB411: hue angle of 47.48º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFB411 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 17 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.13 |
| HSL | 47.48º | 0.86% | 0.47% | - |
| HSV(B) | 47.48º | 0.92% | 0.87% | - |
| XYZ | 46.85 | 48.37 | 7.4 | - |
| YUV | 174.28 | 39.25 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 17 | 0 | 0.19 | 0.92 | 0.13 | 47.48 | 0.86 | 0.47 |
| Hex | DF | B4 | 11 | 0 | 13 | 5C | D | 2F | 56 | 2F |
| Octal | 337 | 264 | 21 | 0 | 23 | 134 | 15 | 57 | 126 | 57 |
| Binary | 11011111 | 10110100 | 10001 | 0 | 10011 | 1011100 | 1101 | 101111 | 1010110 | 101111 |
Color Harmonies of #DFB411
Complementary color
Monochromatic Colors of #DFB411
Black with #DFB411
Text Example
Text Example
White with #DFB411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB411; }
p { color: rgb(223,180,17); }
H1.HeaderClassName
{
color: #DFB411;
}
.AnyTagClassName
{
color: #DFB411;
}
</style>
background-color css
<style>
a { background-color: #DFB411; }
a { background-color: rgb(223,180,17); }
div.DivClassName
{
background-color: #DFB411;
}
.BgClassName
{
background-color: #DFB411;
}
</style>
border-color css
<style>
span { border-color: #DFB411; }
span { border-color: rgb(223,180,17); }
td.TdClassName
{
border-color: #DFB411;
}
.TagClassName
{
border-color: #DFB411;
}
</style>