Shades of Sunflower #DFB714
Tints of Sunflower #DFB714
RGB
CMYK
RGB Variations
Color information
#DFB714 (or 0xDFB714) is known color: Sunflower. HEX triplet: DF, B7 and 14. RGB value is (223,183,20). Sum of RGB (Red+Green+Blue) = 223+183+20=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB714 is #2048EB. Grayscale: #B1B1B1. Windows color (decimal): -2115820 or 1357791. OLE color: 1357791.
HSL color Cylindrical-coordinate representation of color #DFB714: hue angle of 48.18º 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 #DFB714 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 20 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.13 |
| HSL | 48.18º | 0.84% | 0.48% | - |
| HSV(B) | 48.18º | 0.91% | 0.87% | - |
| XYZ | 47.49 | 49.61 | 7.73 | - |
| YUV | 176.38 | 39.75 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 20 | 0 | 0.18 | 0.91 | 0.13 | 48.18 | 0.84 | 0.48 |
| Hex | DF | B7 | 14 | 0 | 12 | 5B | D | 30 | 54 | 30 |
| Octal | 337 | 267 | 24 | 0 | 22 | 133 | 15 | 60 | 124 | 60 |
| Binary | 11011111 | 10110111 | 10100 | 0 | 10010 | 1011011 | 1101 | 110000 | 1010100 | 110000 |
Color Harmonies of #DFB714
Complementary color
Monochromatic Colors of #DFB714
Black with #DFB714
Text Example
Text Example
White with #DFB714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB714; }
p { color: rgb(223,183,20); }
H1.HeaderClassName
{
color: #DFB714;
}
.AnyTagClassName
{
color: #DFB714;
}
</style>
background-color css
<style>
a { background-color: #DFB714; }
a { background-color: rgb(223,183,20); }
div.DivClassName
{
background-color: #DFB714;
}
.BgClassName
{
background-color: #DFB714;
}
</style>
border-color css
<style>
span { border-color: #DFB714; }
span { border-color: rgb(223,183,20); }
td.TdClassName
{
border-color: #DFB714;
}
.TagClassName
{
border-color: #DFB714;
}
</style>