Shades of Sunflower #DFB70F
Tints of Sunflower #DFB70F
RGB
CMYK
RGB Variations
Color information
#DFB70F (or 0xDFB70F) is known color: Sunflower. HEX triplet: DF, B7 and 0F. RGB value is (223,183,15). Sum of RGB (Red+Green+Blue) = 223+183+15=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB70F is #2048F0. Grayscale: #B0B0B0. Windows color (decimal): -2115825 or 1030111. OLE color: 1030111.
HSL color Cylindrical-coordinate representation of color #DFB70F: hue angle of 48.46º 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 #DFB70F is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 15 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.13 |
| HSL | 48.46º | 0.87% | 0.47% | - |
| HSV(B) | 48.46º | 0.93% | 0.87% | - |
| XYZ | 47.45 | 49.59 | 7.52 | - |
| YUV | 175.81 | 37.25 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 15 | 0 | 0.18 | 0.93 | 0.13 | 48.46 | 0.87 | 0.47 |
| Hex | DF | B7 | F | 0 | 12 | 5D | D | 30 | 57 | 2F |
| Octal | 337 | 267 | 17 | 0 | 22 | 135 | 15 | 60 | 127 | 57 |
| Binary | 11011111 | 10110111 | 1111 | 0 | 10010 | 1011101 | 1101 | 110000 | 1010111 | 101111 |
Color Harmonies of #DFB70F
Complementary color
Monochromatic Colors of #DFB70F
Black with #DFB70F
Text Example
Text Example
White with #DFB70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB70F; }
p { color: rgb(223,183,15); }
H1.HeaderClassName
{
color: #DFB70F;
}
.AnyTagClassName
{
color: #DFB70F;
}
</style>
background-color css
<style>
a { background-color: #DFB70F; }
a { background-color: rgb(223,183,15); }
div.DivClassName
{
background-color: #DFB70F;
}
.BgClassName
{
background-color: #DFB70F;
}
</style>
border-color css
<style>
span { border-color: #DFB70F; }
span { border-color: rgb(223,183,15); }
td.TdClassName
{
border-color: #DFB70F;
}
.TagClassName
{
border-color: #DFB70F;
}
</style>