Shades of Sunflower #DFB90F
Tints of Sunflower #DFB90F
RGB
CMYK
RGB Variations
Color information
#DFB90F (or 0xDFB90F) is known color: Sunflower. HEX triplet: DF, B9 and 0F. RGB value is (223,185,15). Sum of RGB (Red+Green+Blue) = 223+185+15=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB90F is #2046F0. Grayscale: #B1B1B1. Windows color (decimal): -2115313 or 1030623. OLE color: 1030623.
HSL color Cylindrical-coordinate representation of color #DFB90F: hue angle of 49.04º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFB90F is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 15 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.13 |
| HSL | 49.04º | 0.87% | 0.47% | - |
| HSV(B) | 49.04º | 0.93% | 0.87% | - |
| XYZ | 47.87 | 50.42 | 7.66 | - |
| YUV | 176.98 | 36.59 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 15 | 0 | 0.17 | 0.93 | 0.13 | 49.04 | 0.87 | 0.47 |
| Hex | DF | B9 | F | 0 | 11 | 5D | D | 31 | 57 | 2F |
| Octal | 337 | 271 | 17 | 0 | 21 | 135 | 15 | 61 | 127 | 57 |
| Binary | 11011111 | 10111001 | 1111 | 0 | 10001 | 1011101 | 1101 | 110001 | 1010111 | 101111 |
Color Harmonies of #DFB90F
Complementary color
Monochromatic Colors of #DFB90F
Black with #DFB90F
Text Example
Text Example
White with #DFB90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB90F; }
p { color: rgb(223,185,15); }
H1.HeaderClassName
{
color: #DFB90F;
}
.AnyTagClassName
{
color: #DFB90F;
}
</style>
background-color css
<style>
a { background-color: #DFB90F; }
a { background-color: rgb(223,185,15); }
div.DivClassName
{
background-color: #DFB90F;
}
.BgClassName
{
background-color: #DFB90F;
}
</style>
border-color css
<style>
span { border-color: #DFB90F; }
span { border-color: rgb(223,185,15); }
td.TdClassName
{
border-color: #DFB90F;
}
.TagClassName
{
border-color: #DFB90F;
}
</style>