Shades of Sunflower #DFBD09
Tints of Sunflower #DFBD09
RGB
CMYK
RGB Variations
Color information
#DFBD09 (or 0xDFBD09) is known color: Sunflower. HEX triplet: DF, BD and 09. RGB value is (223,189,9). Sum of RGB (Red+Green+Blue) = 223+189+9=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 9 (3.91% from 255 or 2.14% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBD09 is #2042F6. Grayscale: #B3B3B3. Windows color (decimal): -2114295 or 638431. OLE color: 638431.
HSL color Cylindrical-coordinate representation of color #DFBD09: hue angle of 50.47º 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 #DFBD09 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.13 |
| HSL | 50.47º | 0.92% | 0.45% | - |
| HSV(B) | 50.47º | 0.96% | 0.87% | - |
| XYZ | 48.68 | 52.1 | 7.75 | - |
| YUV | 178.65 | 32.26 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 9 | 0 | 0.15 | 0.96 | 0.13 | 50.47 | 0.92 | 0.45 |
| Hex | DF | BD | 9 | 0 | F | 60 | D | 32 | 5C | 2D |
| Octal | 337 | 275 | 11 | 0 | 17 | 140 | 15 | 62 | 134 | 55 |
| Binary | 11011111 | 10111101 | 1001 | 0 | 1111 | 1100000 | 1101 | 110010 | 1011100 | 101101 |
Color Harmonies of #DFBD09
Complementary color
Monochromatic Colors of #DFBD09
Black with #DFBD09
Text Example
Text Example
White with #DFBD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD09; }
p { color: rgb(223,189,9); }
H1.HeaderClassName
{
color: #DFBD09;
}
.AnyTagClassName
{
color: #DFBD09;
}
</style>
background-color css
<style>
a { background-color: #DFBD09; }
a { background-color: rgb(223,189,9); }
div.DivClassName
{
background-color: #DFBD09;
}
.BgClassName
{
background-color: #DFBD09;
}
</style>
border-color css
<style>
span { border-color: #DFBD09; }
span { border-color: rgb(223,189,9); }
td.TdClassName
{
border-color: #DFBD09;
}
.TagClassName
{
border-color: #DFBD09;
}
</style>