Shades of Sunflower #DFB60F
Tints of Sunflower #DFB60F
RGB
CMYK
RGB Variations
Color information
#DFB60F (or 0xDFB60F) is known color: Sunflower. HEX triplet: DF, B6 and 0F. RGB value is (223,182,15). Sum of RGB (Red+Green+Blue) = 223+182+15=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB60F is #2049F0. Grayscale: #AFAFAF. Windows color (decimal): -2116081 or 1029855. OLE color: 1029855.
HSL color Cylindrical-coordinate representation of color #DFB60F: hue angle of 48.17º 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 #DFB60F is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 15 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.13 |
| HSL | 48.17º | 0.87% | 0.47% | - |
| HSV(B) | 48.17º | 0.93% | 0.87% | - |
| XYZ | 47.25 | 49.18 | 7.45 | - |
| YUV | 175.22 | 37.58 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 15 | 0 | 0.18 | 0.93 | 0.13 | 48.17 | 0.87 | 0.47 |
| Hex | DF | B6 | F | 0 | 12 | 5D | D | 30 | 57 | 2F |
| Octal | 337 | 266 | 17 | 0 | 22 | 135 | 15 | 60 | 127 | 57 |
| Binary | 11011111 | 10110110 | 1111 | 0 | 10010 | 1011101 | 1101 | 110000 | 1010111 | 101111 |
Color Harmonies of #DFB60F
Complementary color
Monochromatic Colors of #DFB60F
Black with #DFB60F
Text Example
Text Example
White with #DFB60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB60F; }
p { color: rgb(223,182,15); }
H1.HeaderClassName
{
color: #DFB60F;
}
.AnyTagClassName
{
color: #DFB60F;
}
</style>
background-color css
<style>
a { background-color: #DFB60F; }
a { background-color: rgb(223,182,15); }
div.DivClassName
{
background-color: #DFB60F;
}
.BgClassName
{
background-color: #DFB60F;
}
</style>
border-color css
<style>
span { border-color: #DFB60F; }
span { border-color: rgb(223,182,15); }
td.TdClassName
{
border-color: #DFB60F;
}
.TagClassName
{
border-color: #DFB60F;
}
</style>