Shades of Sunflower #DFB90D
Tints of Sunflower #DFB90D
RGB
CMYK
RGB Variations
Color information
#DFB90D (or 0xDFB90D) is known color: Sunflower. HEX triplet: DF, B9 and 0D. RGB value is (223,185,13). Sum of RGB (Red+Green+Blue) = 223+185+13=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB90D is #2046F2. Grayscale: #B1B1B1. Windows color (decimal): -2115315 or 899551. OLE color: 899551.
HSL color Cylindrical-coordinate representation of color #DFB90D: hue angle of 49.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFB90D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 13 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.13 |
| HSL | 49.14º | 0.89% | 0.46% | - |
| HSV(B) | 49.14º | 0.94% | 0.87% | - |
| XYZ | 47.85 | 50.41 | 7.59 | - |
| YUV | 176.75 | 35.59 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 13 | 0 | 0.17 | 0.94 | 0.13 | 49.14 | 0.89 | 0.46 |
| Hex | DF | B9 | D | 0 | 11 | 5E | D | 31 | 59 | 2E |
| Octal | 337 | 271 | 15 | 0 | 21 | 136 | 15 | 61 | 131 | 56 |
| Binary | 11011111 | 10111001 | 1101 | 0 | 10001 | 1011110 | 1101 | 110001 | 1011001 | 101110 |
Color Harmonies of #DFB90D
Complementary color
Monochromatic Colors of #DFB90D
Black with #DFB90D
Text Example
Text Example
White with #DFB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB90D; }
p { color: rgb(223,185,13); }
H1.HeaderClassName
{
color: #DFB90D;
}
.AnyTagClassName
{
color: #DFB90D;
}
</style>
background-color css
<style>
a { background-color: #DFB90D; }
a { background-color: rgb(223,185,13); }
div.DivClassName
{
background-color: #DFB90D;
}
.BgClassName
{
background-color: #DFB90D;
}
</style>
border-color css
<style>
span { border-color: #DFB90D; }
span { border-color: rgb(223,185,13); }
td.TdClassName
{
border-color: #DFB90D;
}
.TagClassName
{
border-color: #DFB90D;
}
</style>