Shades of Sunflower #DFB013
Tints of Sunflower #DFB013
RGB
CMYK
RGB Variations
Color information
#DFB013 (or 0xDFB013) is known color: Sunflower. HEX triplet: DF, B0 and 13. RGB value is (223,176,19). Sum of RGB (Red+Green+Blue) = 223+176+19=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB013 is #204FEC. Grayscale: #ACACAC. Windows color (decimal): -2117613 or 1290463. OLE color: 1290463.
HSL color Cylindrical-coordinate representation of color #DFB013: hue angle of 46.18º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFB013 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 19 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.13 |
| HSL | 46.18º | 0.84% | 0.47% | - |
| HSV(B) | 46.18º | 0.91% | 0.87% | - |
| XYZ | 46.07 | 46.79 | 7.22 | - |
| YUV | 172.16 | 41.57 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 19 | 0 | 0.21 | 0.91 | 0.13 | 46.18 | 0.84 | 0.47 |
| Hex | DF | B0 | 13 | 0 | 15 | 5B | D | 2E | 54 | 2F |
| Octal | 337 | 260 | 23 | 0 | 25 | 133 | 15 | 56 | 124 | 57 |
| Binary | 11011111 | 10110000 | 10011 | 0 | 10101 | 1011011 | 1101 | 101110 | 1010100 | 101111 |
Color Harmonies of #DFB013
Complementary color
Monochromatic Colors of #DFB013
Black with #DFB013
Text Example
Text Example
White with #DFB013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB013; }
p { color: rgb(223,176,19); }
H1.HeaderClassName
{
color: #DFB013;
}
.AnyTagClassName
{
color: #DFB013;
}
</style>
background-color css
<style>
a { background-color: #DFB013; }
a { background-color: rgb(223,176,19); }
div.DivClassName
{
background-color: #DFB013;
}
.BgClassName
{
background-color: #DFB013;
}
</style>
border-color css
<style>
span { border-color: #DFB013; }
span { border-color: rgb(223,176,19); }
td.TdClassName
{
border-color: #DFB013;
}
.TagClassName
{
border-color: #DFB013;
}
</style>