Shades of Sunflower #DFC80C
Tints of Sunflower #DFC80C
RGB
CMYK
RGB Variations
Color information
#DFC80C (or 0xDFC80C) is known color: Sunflower. HEX triplet: DF, C8 and 0C. RGB value is (223,200,12). Sum of RGB (Red+Green+Blue) = 223+200+12=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC80C is #2037F3. Grayscale: #BABABA. Windows color (decimal): -2111476 or 837855. OLE color: 837855.
HSL color Cylindrical-coordinate representation of color #DFC80C: hue angle of 53.46º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFC80C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.13 |
| HSL | 53.46º | 0.9% | 0.46% | - |
| HSV(B) | 53.46º | 0.95% | 0.87% | - |
| XYZ | 51.15 | 57.02 | 8.66 | - |
| YUV | 185.45 | 30.12 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 12 | 0 | 0.10 | 0.95 | 0.13 | 53.46 | 0.9 | 0.46 |
| Hex | DF | C8 | C | 0 | A | 5F | D | 35 | 5A | 2E |
| Octal | 337 | 310 | 14 | 0 | 12 | 137 | 15 | 65 | 132 | 56 |
| Binary | 11011111 | 11001000 | 1100 | 0 | 1010 | 1011111 | 1101 | 110101 | 1011010 | 101110 |
Color Harmonies of #DFC80C
Complementary color
Monochromatic Colors of #DFC80C
Black with #DFC80C
Text Example
Text Example
White with #DFC80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC80C; }
p { color: rgb(223,200,12); }
H1.HeaderClassName
{
color: #DFC80C;
}
.AnyTagClassName
{
color: #DFC80C;
}
</style>
background-color css
<style>
a { background-color: #DFC80C; }
a { background-color: rgb(223,200,12); }
div.DivClassName
{
background-color: #DFC80C;
}
.BgClassName
{
background-color: #DFC80C;
}
</style>
border-color css
<style>
span { border-color: #DFC80C; }
span { border-color: rgb(223,200,12); }
td.TdClassName
{
border-color: #DFC80C;
}
.TagClassName
{
border-color: #DFC80C;
}
</style>