Shades of Sunflower #DFC01C
Tints of Sunflower #DFC01C
RGB
CMYK
RGB Variations
Color information
#DFC01C (or 0xDFC01C) is known color: Sunflower. HEX triplet: DF, C0 and 1C. RGB value is (223,192,28). Sum of RGB (Red+Green+Blue) = 223+192+28=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC01C is #203FE3. Grayscale: #B7B7B7. Windows color (decimal): -2113508 or 1884383. OLE color: 1884383.
HSL color Cylindrical-coordinate representation of color #DFC01C: hue angle of 50.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFC01C is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 28 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.13 |
| HSL | 50.46º | 0.78% | 0.49% | - |
| HSV(B) | 50.46º | 0.87% | 0.87% | - |
| XYZ | 49.49 | 53.47 | 8.81 | - |
| YUV | 182.57 | 40.77 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 28 | 0 | 0.14 | 0.87 | 0.13 | 50.46 | 0.78 | 0.49 |
| Hex | DF | C0 | 1C | 0 | E | 57 | D | 32 | 4E | 31 |
| Octal | 337 | 300 | 34 | 0 | 16 | 127 | 15 | 62 | 116 | 61 |
| Binary | 11011111 | 11000000 | 11100 | 0 | 1110 | 1010111 | 1101 | 110010 | 1001110 | 110001 |
Color Harmonies of #DFC01C
Complementary color
Monochromatic Colors of #DFC01C
Black with #DFC01C
Text Example
Text Example
White with #DFC01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC01C; }
p { color: rgb(223,192,28); }
H1.HeaderClassName
{
color: #DFC01C;
}
.AnyTagClassName
{
color: #DFC01C;
}
</style>
background-color css
<style>
a { background-color: #DFC01C; }
a { background-color: rgb(223,192,28); }
div.DivClassName
{
background-color: #DFC01C;
}
.BgClassName
{
background-color: #DFC01C;
}
</style>
border-color css
<style>
span { border-color: #DFC01C; }
span { border-color: rgb(223,192,28); }
td.TdClassName
{
border-color: #DFC01C;
}
.TagClassName
{
border-color: #DFC01C;
}
</style>