Shades of Sunflower #DFC11E
Tints of Sunflower #DFC11E
RGB
CMYK
RGB Variations
Color information
#DFC11E (or 0xDFC11E) is known color: Sunflower. HEX triplet: DF, C1 and 1E. RGB value is (223,193,30). Sum of RGB (Red+Green+Blue) = 223+193+30=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC11E is #203EE1. Grayscale: #B8B8B8. Windows color (decimal): -2113250 or 2015711. OLE color: 2015711.
HSL color Cylindrical-coordinate representation of color #DFC11E: hue angle of 50.67º 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 #DFC11E is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 30 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.13 |
| HSL | 50.67º | 0.76% | 0.5% | - |
| HSV(B) | 50.67º | 0.87% | 0.87% | - |
| XYZ | 49.74 | 53.92 | 9.01 | - |
| YUV | 183.39 | 41.44 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 30 | 0 | 0.13 | 0.87 | 0.13 | 50.67 | 0.76 | 0.5 |
| Hex | DF | C1 | 1E | 0 | D | 57 | D | 33 | 4C | 32 |
| Octal | 337 | 301 | 36 | 0 | 15 | 127 | 15 | 63 | 114 | 62 |
| Binary | 11011111 | 11000001 | 11110 | 0 | 1101 | 1010111 | 1101 | 110011 | 1001100 | 110010 |
Color Harmonies of #DFC11E
Complementary color
Monochromatic Colors of #DFC11E
Black with #DFC11E
Text Example
Text Example
White with #DFC11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC11E; }
p { color: rgb(223,193,30); }
H1.HeaderClassName
{
color: #DFC11E;
}
.AnyTagClassName
{
color: #DFC11E;
}
</style>
background-color css
<style>
a { background-color: #DFC11E; }
a { background-color: rgb(223,193,30); }
div.DivClassName
{
background-color: #DFC11E;
}
.BgClassName
{
background-color: #DFC11E;
}
</style>
border-color css
<style>
span { border-color: #DFC11E; }
span { border-color: rgb(223,193,30); }
td.TdClassName
{
border-color: #DFC11E;
}
.TagClassName
{
border-color: #DFC11E;
}
</style>