Shades of Sunflower #DFC21E
Tints of Sunflower #DFC21E
RGB
CMYK
RGB Variations
Color information
#DFC21E (or 0xDFC21E) is known color: Sunflower. HEX triplet: DF, C2 and 1E. RGB value is (223,194,30). Sum of RGB (Red+Green+Blue) = 223+194+30=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC21E is #203DE1. Grayscale: #B8B8B8. Windows color (decimal): -2112994 or 2015967. OLE color: 2015967.
HSL color Cylindrical-coordinate representation of color #DFC21E: hue angle of 50.98º 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 #DFC21E is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 30 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.13 |
| HSL | 50.98º | 0.76% | 0.5% | - |
| HSV(B) | 50.98º | 0.87% | 0.87% | - |
| XYZ | 49.96 | 54.37 | 9.09 | - |
| YUV | 183.98 | 41.11 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 30 | 0 | 0.13 | 0.87 | 0.13 | 50.98 | 0.76 | 0.5 |
| Hex | DF | C2 | 1E | 0 | D | 57 | D | 33 | 4C | 32 |
| Octal | 337 | 302 | 36 | 0 | 15 | 127 | 15 | 63 | 114 | 62 |
| Binary | 11011111 | 11000010 | 11110 | 0 | 1101 | 1010111 | 1101 | 110011 | 1001100 | 110010 |
Color Harmonies of #DFC21E
Complementary color
Monochromatic Colors of #DFC21E
Black with #DFC21E
Text Example
Text Example
White with #DFC21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC21E; }
p { color: rgb(223,194,30); }
H1.HeaderClassName
{
color: #DFC21E;
}
.AnyTagClassName
{
color: #DFC21E;
}
</style>
background-color css
<style>
a { background-color: #DFC21E; }
a { background-color: rgb(223,194,30); }
div.DivClassName
{
background-color: #DFC21E;
}
.BgClassName
{
background-color: #DFC21E;
}
</style>
border-color css
<style>
span { border-color: #DFC21E; }
span { border-color: rgb(223,194,30); }
td.TdClassName
{
border-color: #DFC21E;
}
.TagClassName
{
border-color: #DFC21E;
}
</style>