Shades of Sunflower #DFC51E
Tints of Sunflower #DFC51E
RGB
CMYK
RGB Variations
Color information
#DFC51E (or 0xDFC51E) is known color: Sunflower. HEX triplet: DF, C5 and 1E. RGB value is (223,197,30). Sum of RGB (Red+Green+Blue) = 223+197+30=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC51E is #203AE1. Grayscale: #BABABA. Windows color (decimal): -2112226 or 2016735. OLE color: 2016735.
HSL color Cylindrical-coordinate representation of color #DFC51E: hue angle of 51.92º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFC51E is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 30 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.13 |
| HSL | 51.92º | 0.76% | 0.5% | - |
| HSV(B) | 51.92º | 0.87% | 0.87% | - |
| XYZ | 50.63 | 55.71 | 9.31 | - |
| YUV | 185.74 | 40.11 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 30 | 0 | 0.12 | 0.87 | 0.13 | 51.92 | 0.76 | 0.5 |
| Hex | DF | C5 | 1E | 0 | C | 57 | D | 34 | 4C | 32 |
| Octal | 337 | 305 | 36 | 0 | 14 | 127 | 15 | 64 | 114 | 62 |
| Binary | 11011111 | 11000101 | 11110 | 0 | 1100 | 1010111 | 1101 | 110100 | 1001100 | 110010 |
Color Harmonies of #DFC51E
Complementary color
Monochromatic Colors of #DFC51E
Black with #DFC51E
Text Example
Text Example
White with #DFC51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC51E; }
p { color: rgb(223,197,30); }
H1.HeaderClassName
{
color: #DFC51E;
}
.AnyTagClassName
{
color: #DFC51E;
}
</style>
background-color css
<style>
a { background-color: #DFC51E; }
a { background-color: rgb(223,197,30); }
div.DivClassName
{
background-color: #DFC51E;
}
.BgClassName
{
background-color: #DFC51E;
}
</style>
border-color css
<style>
span { border-color: #DFC51E; }
span { border-color: rgb(223,197,30); }
td.TdClassName
{
border-color: #DFC51E;
}
.TagClassName
{
border-color: #DFC51E;
}
</style>