Shades of Sunflower #DFB614
Tints of Sunflower #DFB614
RGB
CMYK
RGB Variations
Color information
#DFB614 (or 0xDFB614) is known color: Sunflower. HEX triplet: DF, B6 and 14. RGB value is (223,182,20). Sum of RGB (Red+Green+Blue) = 223+182+20=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB614 is #2049EB. Grayscale: #B0B0B0. Windows color (decimal): -2116076 or 1357535. OLE color: 1357535.
HSL color Cylindrical-coordinate representation of color #DFB614: hue angle of 47.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFB614 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 20 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.13 |
| HSL | 47.88º | 0.84% | 0.48% | - |
| HSV(B) | 47.88º | 0.91% | 0.87% | - |
| XYZ | 47.29 | 49.19 | 7.67 | - |
| YUV | 175.79 | 40.08 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 20 | 0 | 0.18 | 0.91 | 0.13 | 47.88 | 0.84 | 0.48 |
| Hex | DF | B6 | 14 | 0 | 12 | 5B | D | 30 | 54 | 30 |
| Octal | 337 | 266 | 24 | 0 | 22 | 133 | 15 | 60 | 124 | 60 |
| Binary | 11011111 | 10110110 | 10100 | 0 | 10010 | 1011011 | 1101 | 110000 | 1010100 | 110000 |
Color Harmonies of #DFB614
Complementary color
Monochromatic Colors of #DFB614
Black with #DFB614
Text Example
Text Example
White with #DFB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB614; }
p { color: rgb(223,182,20); }
H1.HeaderClassName
{
color: #DFB614;
}
.AnyTagClassName
{
color: #DFB614;
}
</style>
background-color css
<style>
a { background-color: #DFB614; }
a { background-color: rgb(223,182,20); }
div.DivClassName
{
background-color: #DFB614;
}
.BgClassName
{
background-color: #DFB614;
}
</style>
border-color css
<style>
span { border-color: #DFB614; }
span { border-color: rgb(223,182,20); }
td.TdClassName
{
border-color: #DFB614;
}
.TagClassName
{
border-color: #DFB614;
}
</style>