Shades of Sunflower #DFC410
Tints of Sunflower #DFC410
RGB
CMYK
RGB Variations
Color information
#DFC410 (or 0xDFC410) is known color: Sunflower. HEX triplet: DF, C4 and 10. RGB value is (223,196,16). Sum of RGB (Red+Green+Blue) = 223+196+16=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC410 is #203BEF. Grayscale: #B8B8B8. Windows color (decimal): -2112496 or 1098975. OLE color: 1098975.
HSL color Cylindrical-coordinate representation of color #DFC410: hue angle of 52.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFC410 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 16 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.13 |
| HSL | 52.17º | 0.87% | 0.47% | - |
| HSV(B) | 52.17º | 0.93% | 0.87% | - |
| XYZ | 50.26 | 55.21 | 8.5 | - |
| YUV | 183.55 | 33.45 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 16 | 0 | 0.12 | 0.93 | 0.13 | 52.17 | 0.87 | 0.47 |
| Hex | DF | C4 | 10 | 0 | C | 5D | D | 34 | 57 | 2F |
| Octal | 337 | 304 | 20 | 0 | 14 | 135 | 15 | 64 | 127 | 57 |
| Binary | 11011111 | 11000100 | 10000 | 0 | 1100 | 1011101 | 1101 | 110100 | 1010111 | 101111 |
Color Harmonies of #DFC410
Complementary color
Monochromatic Colors of #DFC410
Black with #DFC410
Text Example
Text Example
White with #DFC410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC410; }
p { color: rgb(223,196,16); }
H1.HeaderClassName
{
color: #DFC410;
}
.AnyTagClassName
{
color: #DFC410;
}
</style>
background-color css
<style>
a { background-color: #DFC410; }
a { background-color: rgb(223,196,16); }
div.DivClassName
{
background-color: #DFC410;
}
.BgClassName
{
background-color: #DFC410;
}
</style>
border-color css
<style>
span { border-color: #DFC410; }
span { border-color: rgb(223,196,16); }
td.TdClassName
{
border-color: #DFC410;
}
.TagClassName
{
border-color: #DFC410;
}
</style>