Shades of Sunflower #DFC80A
Tints of Sunflower #DFC80A
RGB
CMYK
RGB Variations
Color information
#DFC80A (or 0xDFC80A) is known color: Sunflower. HEX triplet: DF, C8 and 0A. RGB value is (223,200,10). Sum of RGB (Red+Green+Blue) = 223+200+10=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC80A is #2037F5. Grayscale: #B9B9B9. Windows color (decimal): -2111478 or 706783. OLE color: 706783.
HSL color Cylindrical-coordinate representation of color #DFC80A: hue angle of 53.52º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFC80A is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 10 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.13 |
| HSL | 53.52º | 0.91% | 0.46% | - |
| HSV(B) | 53.52º | 0.96% | 0.87% | - |
| XYZ | 51.14 | 57.02 | 8.6 | - |
| YUV | 185.22 | 29.12 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 10 | 0 | 0.10 | 0.96 | 0.13 | 53.52 | 0.91 | 0.46 |
| Hex | DF | C8 | A | 0 | A | 60 | D | 36 | 5B | 2E |
| Octal | 337 | 310 | 12 | 0 | 12 | 140 | 15 | 66 | 133 | 56 |
| Binary | 11011111 | 11001000 | 1010 | 0 | 1010 | 1100000 | 1101 | 110110 | 1011011 | 101110 |
Color Harmonies of #DFC80A
Complementary color
Monochromatic Colors of #DFC80A
Black with #DFC80A
Text Example
Text Example
White with #DFC80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC80A; }
p { color: rgb(223,200,10); }
H1.HeaderClassName
{
color: #DFC80A;
}
.AnyTagClassName
{
color: #DFC80A;
}
</style>
background-color css
<style>
a { background-color: #DFC80A; }
a { background-color: rgb(223,200,10); }
div.DivClassName
{
background-color: #DFC80A;
}
.BgClassName
{
background-color: #DFC80A;
}
</style>
border-color css
<style>
span { border-color: #DFC80A; }
span { border-color: rgb(223,200,10); }
td.TdClassName
{
border-color: #DFC80A;
}
.TagClassName
{
border-color: #DFC80A;
}
</style>