Shades of Sunflower #DFC814
Tints of Sunflower #DFC814
RGB
CMYK
RGB Variations
Color information
#DFC814 (or 0xDFC814) is known color: Sunflower. HEX triplet: DF, C8 and 14. RGB value is (223,200,20). Sum of RGB (Red+Green+Blue) = 223+200+20=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC814 is #2037EB. Grayscale: #BBBBBB. Windows color (decimal): -2111468 or 1362143. OLE color: 1362143.
HSL color Cylindrical-coordinate representation of color #DFC814: hue angle of 53.2º 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 #DFC814 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 20 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.13 |
| HSL | 53.2º | 0.84% | 0.48% | - |
| HSV(B) | 53.2º | 0.91% | 0.87% | - |
| XYZ | 51.21 | 57.05 | 8.97 | - |
| YUV | 186.36 | 34.12 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 20 | 0 | 0.10 | 0.91 | 0.13 | 53.2 | 0.84 | 0.48 |
| Hex | DF | C8 | 14 | 0 | A | 5B | D | 35 | 54 | 30 |
| Octal | 337 | 310 | 24 | 0 | 12 | 133 | 15 | 65 | 124 | 60 |
| Binary | 11011111 | 11001000 | 10100 | 0 | 1010 | 1011011 | 1101 | 110101 | 1010100 | 110000 |
Color Harmonies of #DFC814
Complementary color
Monochromatic Colors of #DFC814
Black with #DFC814
Text Example
Text Example
White with #DFC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC814; }
p { color: rgb(223,200,20); }
H1.HeaderClassName
{
color: #DFC814;
}
.AnyTagClassName
{
color: #DFC814;
}
</style>
background-color css
<style>
a { background-color: #DFC814; }
a { background-color: rgb(223,200,20); }
div.DivClassName
{
background-color: #DFC814;
}
.BgClassName
{
background-color: #DFC814;
}
</style>
border-color css
<style>
span { border-color: #DFC814; }
span { border-color: rgb(223,200,20); }
td.TdClassName
{
border-color: #DFC814;
}
.TagClassName
{
border-color: #DFC814;
}
</style>