Shades of Sunflower #DFB70A
Tints of Sunflower #DFB70A
RGB
CMYK
RGB Variations
Color information
#DFB70A (or 0xDFB70A) is known color: Sunflower. HEX triplet: DF, B7 and 0A. RGB value is (223,183,10). Sum of RGB (Red+Green+Blue) = 223+183+10=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB70A is #2048F5. Grayscale: #AFAFAF. Windows color (decimal): -2115830 or 702431. OLE color: 702431.
HSL color Cylindrical-coordinate representation of color #DFB70A: hue angle of 48.73º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFB70A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 10 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.13 |
| HSL | 48.73º | 0.91% | 0.46% | - |
| HSV(B) | 48.73º | 0.96% | 0.87% | - |
| XYZ | 47.42 | 49.58 | 7.36 | - |
| YUV | 175.24 | 34.75 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 10 | 0 | 0.18 | 0.96 | 0.13 | 48.73 | 0.91 | 0.46 |
| Hex | DF | B7 | A | 0 | 12 | 60 | D | 31 | 5B | 2E |
| Octal | 337 | 267 | 12 | 0 | 22 | 140 | 15 | 61 | 133 | 56 |
| Binary | 11011111 | 10110111 | 1010 | 0 | 10010 | 1100000 | 1101 | 110001 | 1011011 | 101110 |
Color Harmonies of #DFB70A
Complementary color
Monochromatic Colors of #DFB70A
Black with #DFB70A
Text Example
Text Example
White with #DFB70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB70A; }
p { color: rgb(223,183,10); }
H1.HeaderClassName
{
color: #DFB70A;
}
.AnyTagClassName
{
color: #DFB70A;
}
</style>
background-color css
<style>
a { background-color: #DFB70A; }
a { background-color: rgb(223,183,10); }
div.DivClassName
{
background-color: #DFB70A;
}
.BgClassName
{
background-color: #DFB70A;
}
</style>
border-color css
<style>
span { border-color: #DFB70A; }
span { border-color: rgb(223,183,10); }
td.TdClassName
{
border-color: #DFB70A;
}
.TagClassName
{
border-color: #DFB70A;
}
</style>