Shades of Sunflower #DFC504
Tints of Sunflower #DFC504
RGB
CMYK
RGB Variations
Color information
#DFC504 (or 0xDFC504) is known color: Sunflower. HEX triplet: DF, C5 and 04. RGB value is (223,197,4). Sum of RGB (Red+Green+Blue) = 223+197+4=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 4 (1.95% from 255 or 0.94% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC504 is #203AFB. Grayscale: #B7B7B7. Windows color (decimal): -2112252 or 312799. OLE color: 312799.
HSL color Cylindrical-coordinate representation of color #DFC504: hue angle of 52.88º 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 #DFC504 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.13 |
| HSL | 52.88º | 0.96% | 0.45% | - |
| HSV(B) | 52.88º | 0.98% | 0.87% | - |
| XYZ | 50.42 | 55.63 | 8.19 | - |
| YUV | 182.77 | 27.11 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 4 | 0 | 0.12 | 0.98 | 0.13 | 52.88 | 0.96 | 0.45 |
| Hex | DF | C5 | 4 | 0 | C | 62 | D | 35 | 60 | 2D |
| Octal | 337 | 305 | 4 | 0 | 14 | 142 | 15 | 65 | 140 | 55 |
| Binary | 11011111 | 11000101 | 100 | 0 | 1100 | 1100010 | 1101 | 110101 | 1100000 | 101101 |
Color Harmonies of #DFC504
Complementary color
Monochromatic Colors of #DFC504
Black with #DFC504
Text Example
Text Example
White with #DFC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC504; }
p { color: rgb(223,197,4); }
H1.HeaderClassName
{
color: #DFC504;
}
.AnyTagClassName
{
color: #DFC504;
}
</style>
background-color css
<style>
a { background-color: #DFC504; }
a { background-color: rgb(223,197,4); }
div.DivClassName
{
background-color: #DFC504;
}
.BgClassName
{
background-color: #DFC504;
}
</style>
border-color css
<style>
span { border-color: #DFC504; }
span { border-color: rgb(223,197,4); }
td.TdClassName
{
border-color: #DFC504;
}
.TagClassName
{
border-color: #DFC504;
}
</style>