Shades of Sunflower #DFB109
Tints of Sunflower #DFB109
RGB
CMYK
RGB Variations
Color information
#DFB109 (or 0xDFB109) is known color: Sunflower. HEX triplet: DF, B1 and 09. RGB value is (223,177,9). Sum of RGB (Red+Green+Blue) = 223+177+9=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB109 is #204EF6. Grayscale: #ACACAC. Windows color (decimal): -2117367 or 635359. OLE color: 635359.
HSL color Cylindrical-coordinate representation of color #DFB109: hue angle of 47.1º 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 #DFB109 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 9 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.13 |
| HSL | 47.1º | 0.92% | 0.45% | - |
| HSV(B) | 47.1º | 0.96% | 0.87% | - |
| XYZ | 46.2 | 47.15 | 6.92 | - |
| YUV | 171.6 | 36.24 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 9 | 0 | 0.21 | 0.96 | 0.13 | 47.1 | 0.92 | 0.45 |
| Hex | DF | B1 | 9 | 0 | 15 | 60 | D | 2F | 5C | 2D |
| Octal | 337 | 261 | 11 | 0 | 25 | 140 | 15 | 57 | 134 | 55 |
| Binary | 11011111 | 10110001 | 1001 | 0 | 10101 | 1100000 | 1101 | 101111 | 1011100 | 101101 |
Color Harmonies of #DFB109
Complementary color
Monochromatic Colors of #DFB109
Black with #DFB109
Text Example
Text Example
White with #DFB109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB109; }
p { color: rgb(223,177,9); }
H1.HeaderClassName
{
color: #DFB109;
}
.AnyTagClassName
{
color: #DFB109;
}
</style>
background-color css
<style>
a { background-color: #DFB109; }
a { background-color: rgb(223,177,9); }
div.DivClassName
{
background-color: #DFB109;
}
.BgClassName
{
background-color: #DFB109;
}
</style>
border-color css
<style>
span { border-color: #DFB109; }
span { border-color: rgb(223,177,9); }
td.TdClassName
{
border-color: #DFB109;
}
.TagClassName
{
border-color: #DFB109;
}
</style>