Shades of Sunflower #DFC204
Tints of Sunflower #DFC204
RGB
CMYK
RGB Variations
Color information
#DFC204 (or 0xDFC204) is known color: Sunflower. HEX triplet: DF, C2 and 04. RGB value is (223,194,4). Sum of RGB (Red+Green+Blue) = 223+194+4=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC204 is #203DFB. Grayscale: #B5B5B5. Windows color (decimal): -2113020 or 312031. OLE color: 312031.
HSL color Cylindrical-coordinate representation of color #DFC204: hue angle of 52.05º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFC204 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 4 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.13 |
| HSL | 52.05º | 0.96% | 0.45% | - |
| HSV(B) | 52.05º | 0.98% | 0.87% | - |
| XYZ | 49.75 | 54.28 | 7.97 | - |
| YUV | 181.01 | 28.11 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 4 | 0 | 0.13 | 0.98 | 0.13 | 52.05 | 0.96 | 0.45 |
| Hex | DF | C2 | 4 | 0 | D | 62 | D | 34 | 60 | 2D |
| Octal | 337 | 302 | 4 | 0 | 15 | 142 | 15 | 64 | 140 | 55 |
| Binary | 11011111 | 11000010 | 100 | 0 | 1101 | 1100010 | 1101 | 110100 | 1100000 | 101101 |
Color Harmonies of #DFC204
Complementary color
Monochromatic Colors of #DFC204
Black with #DFC204
Text Example
Text Example
White with #DFC204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC204; }
p { color: rgb(223,194,4); }
H1.HeaderClassName
{
color: #DFC204;
}
.AnyTagClassName
{
color: #DFC204;
}
</style>
background-color css
<style>
a { background-color: #DFC204; }
a { background-color: rgb(223,194,4); }
div.DivClassName
{
background-color: #DFC204;
}
.BgClassName
{
background-color: #DFC204;
}
</style>
border-color css
<style>
span { border-color: #DFC204; }
span { border-color: rgb(223,194,4); }
td.TdClassName
{
border-color: #DFC204;
}
.TagClassName
{
border-color: #DFC204;
}
</style>