Shades of Sunflower #DFC714
Tints of Sunflower #DFC714
RGB
CMYK
RGB Variations
Color information
#DFC714 (or 0xDFC714) is known color: Sunflower. HEX triplet: DF, C7 and 14. RGB value is (223,199,20). Sum of RGB (Red+Green+Blue) = 223+199+20=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC714 is #2038EB. Grayscale: #BABABA. Windows color (decimal): -2111724 or 1361887. OLE color: 1361887.
HSL color Cylindrical-coordinate representation of color #DFC714: hue angle of 52.91º 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 #DFC714 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 20 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.13 |
| HSL | 52.91º | 0.84% | 0.48% | - |
| HSV(B) | 52.91º | 0.91% | 0.87% | - |
| XYZ | 50.98 | 56.59 | 8.9 | - |
| YUV | 185.77 | 34.45 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 20 | 0 | 0.11 | 0.91 | 0.13 | 52.91 | 0.84 | 0.48 |
| Hex | DF | C7 | 14 | 0 | B | 5B | D | 35 | 54 | 30 |
| Octal | 337 | 307 | 24 | 0 | 13 | 133 | 15 | 65 | 124 | 60 |
| Binary | 11011111 | 11000111 | 10100 | 0 | 1011 | 1011011 | 1101 | 110101 | 1010100 | 110000 |
Color Harmonies of #DFC714
Complementary color
Monochromatic Colors of #DFC714
Black with #DFC714
Text Example
Text Example
White with #DFC714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC714; }
p { color: rgb(223,199,20); }
H1.HeaderClassName
{
color: #DFC714;
}
.AnyTagClassName
{
color: #DFC714;
}
</style>
background-color css
<style>
a { background-color: #DFC714; }
a { background-color: rgb(223,199,20); }
div.DivClassName
{
background-color: #DFC714;
}
.BgClassName
{
background-color: #DFC714;
}
</style>
border-color css
<style>
span { border-color: #DFC714; }
span { border-color: rgb(223,199,20); }
td.TdClassName
{
border-color: #DFC714;
}
.TagClassName
{
border-color: #DFC714;
}
</style>