Shades of Sunflower #DFB514
Tints of Sunflower #DFB514
RGB
CMYK
RGB Variations
Color information
#DFB514 (or 0xDFB514) is known color: Sunflower. HEX triplet: DF, B5 and 14. RGB value is (223,181,20). Sum of RGB (Red+Green+Blue) = 223+181+20=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB514 is #204AEB. Grayscale: #AFAFAF. Windows color (decimal): -2116332 or 1357279. OLE color: 1357279.
HSL color Cylindrical-coordinate representation of color #DFB514: hue angle of 47.59º 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 #DFB514 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 20 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.13 |
| HSL | 47.59º | 0.84% | 0.48% | - |
| HSV(B) | 47.59º | 0.91% | 0.87% | - |
| XYZ | 47.08 | 48.79 | 7.6 | - |
| YUV | 175.2 | 40.41 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 20 | 0 | 0.19 | 0.91 | 0.13 | 47.59 | 0.84 | 0.48 |
| Hex | DF | B5 | 14 | 0 | 13 | 5B | D | 30 | 54 | 30 |
| Octal | 337 | 265 | 24 | 0 | 23 | 133 | 15 | 60 | 124 | 60 |
| Binary | 11011111 | 10110101 | 10100 | 0 | 10011 | 1011011 | 1101 | 110000 | 1010100 | 110000 |
Color Harmonies of #DFB514
Complementary color
Monochromatic Colors of #DFB514
Black with #DFB514
Text Example
Text Example
White with #DFB514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB514; }
p { color: rgb(223,181,20); }
H1.HeaderClassName
{
color: #DFB514;
}
.AnyTagClassName
{
color: #DFB514;
}
</style>
background-color css
<style>
a { background-color: #DFB514; }
a { background-color: rgb(223,181,20); }
div.DivClassName
{
background-color: #DFB514;
}
.BgClassName
{
background-color: #DFB514;
}
</style>
border-color css
<style>
span { border-color: #DFB514; }
span { border-color: rgb(223,181,20); }
td.TdClassName
{
border-color: #DFB514;
}
.TagClassName
{
border-color: #DFB514;
}
</style>