Shades of Sunflower #DFB809
Tints of Sunflower #DFB809
RGB
CMYK
RGB Variations
Color information
#DFB809 (or 0xDFB809) is known color: Sunflower. HEX triplet: DF, B8 and 09. RGB value is (223,184,9). Sum of RGB (Red+Green+Blue) = 223+184+9=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB809 is #2047F6. Grayscale: #B0B0B0. Windows color (decimal): -2115575 or 637151. OLE color: 637151.
HSL color Cylindrical-coordinate representation of color #DFB809: hue angle of 49.07º 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 #DFB809 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.13 |
| HSL | 49.07º | 0.92% | 0.45% | - |
| HSV(B) | 49.07º | 0.96% | 0.87% | - |
| XYZ | 47.62 | 49.99 | 7.4 | - |
| YUV | 175.71 | 33.92 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 9 | 0 | 0.17 | 0.96 | 0.13 | 49.07 | 0.92 | 0.45 |
| Hex | DF | B8 | 9 | 0 | 11 | 60 | D | 31 | 5C | 2D |
| Octal | 337 | 270 | 11 | 0 | 21 | 140 | 15 | 61 | 134 | 55 |
| Binary | 11011111 | 10111000 | 1001 | 0 | 10001 | 1100000 | 1101 | 110001 | 1011100 | 101101 |
Color Harmonies of #DFB809
Complementary color
Monochromatic Colors of #DFB809
Black with #DFB809
Text Example
Text Example
White with #DFB809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB809; }
p { color: rgb(223,184,9); }
H1.HeaderClassName
{
color: #DFB809;
}
.AnyTagClassName
{
color: #DFB809;
}
</style>
background-color css
<style>
a { background-color: #DFB809; }
a { background-color: rgb(223,184,9); }
div.DivClassName
{
background-color: #DFB809;
}
.BgClassName
{
background-color: #DFB809;
}
</style>
border-color css
<style>
span { border-color: #DFB809; }
span { border-color: rgb(223,184,9); }
td.TdClassName
{
border-color: #DFB809;
}
.TagClassName
{
border-color: #DFB809;
}
</style>