Shades of Sunflower #DFB409
Tints of Sunflower #DFB409
RGB
CMYK
RGB Variations
Color information
#DFB409 (or 0xDFB409) is known color: Sunflower. HEX triplet: DF, B4 and 09. RGB value is (223,180,9). Sum of RGB (Red+Green+Blue) = 223+180+9=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 9 (3.91% from 255 or 2.18% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB409 is #204BF6. Grayscale: #AEAEAE. Windows color (decimal): -2116599 or 636127. OLE color: 636127.
HSL color Cylindrical-coordinate representation of color #DFB409: hue angle of 47.94º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFB409 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 9 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.13 |
| HSL | 47.94º | 0.92% | 0.45% | - |
| HSV(B) | 47.94º | 0.96% | 0.87% | - |
| XYZ | 46.8 | 48.35 | 7.12 | - |
| YUV | 173.36 | 35.25 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 9 | 0 | 0.19 | 0.96 | 0.13 | 47.94 | 0.92 | 0.45 |
| Hex | DF | B4 | 9 | 0 | 13 | 60 | D | 30 | 5C | 2D |
| Octal | 337 | 264 | 11 | 0 | 23 | 140 | 15 | 60 | 134 | 55 |
| Binary | 11011111 | 10110100 | 1001 | 0 | 10011 | 1100000 | 1101 | 110000 | 1011100 | 101101 |
Color Harmonies of #DFB409
Complementary color
Monochromatic Colors of #DFB409
Black with #DFB409
Text Example
Text Example
White with #DFB409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB409; }
p { color: rgb(223,180,9); }
H1.HeaderClassName
{
color: #DFB409;
}
.AnyTagClassName
{
color: #DFB409;
}
</style>
background-color css
<style>
a { background-color: #DFB409; }
a { background-color: rgb(223,180,9); }
div.DivClassName
{
background-color: #DFB409;
}
.BgClassName
{
background-color: #DFB409;
}
</style>
border-color css
<style>
span { border-color: #DFB409; }
span { border-color: rgb(223,180,9); }
td.TdClassName
{
border-color: #DFB409;
}
.TagClassName
{
border-color: #DFB409;
}
</style>