Shades of Sunflower #DFC210
Tints of Sunflower #DFC210
RGB
CMYK
RGB Variations
Color information
#DFC210 (or 0xDFC210) is known color: Sunflower. HEX triplet: DF, C2 and 10. RGB value is (223,194,16). Sum of RGB (Red+Green+Blue) = 223+194+16=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC210 is #203DEF. Grayscale: #B7B7B7. Windows color (decimal): -2113008 or 1098463. OLE color: 1098463.
HSL color Cylindrical-coordinate representation of color #DFC210: hue angle of 51.59º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFC210 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 16 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.13 |
| HSL | 51.59º | 0.87% | 0.47% | - |
| HSV(B) | 51.59º | 0.93% | 0.87% | - |
| XYZ | 49.82 | 54.31 | 8.35 | - |
| YUV | 182.38 | 34.11 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 16 | 0 | 0.13 | 0.93 | 0.13 | 51.59 | 0.87 | 0.47 |
| Hex | DF | C2 | 10 | 0 | D | 5D | D | 34 | 57 | 2F |
| Octal | 337 | 302 | 20 | 0 | 15 | 135 | 15 | 64 | 127 | 57 |
| Binary | 11011111 | 11000010 | 10000 | 0 | 1101 | 1011101 | 1101 | 110100 | 1010111 | 101111 |
Color Harmonies of #DFC210
Complementary color
Monochromatic Colors of #DFC210
Black with #DFC210
Text Example
Text Example
White with #DFC210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC210; }
p { color: rgb(223,194,16); }
H1.HeaderClassName
{
color: #DFC210;
}
.AnyTagClassName
{
color: #DFC210;
}
</style>
background-color css
<style>
a { background-color: #DFC210; }
a { background-color: rgb(223,194,16); }
div.DivClassName
{
background-color: #DFC210;
}
.BgClassName
{
background-color: #DFC210;
}
</style>
border-color css
<style>
span { border-color: #DFC210; }
span { border-color: rgb(223,194,16); }
td.TdClassName
{
border-color: #DFC210;
}
.TagClassName
{
border-color: #DFC210;
}
</style>