Shades of Sunflower #DFC213
Tints of Sunflower #DFC213
RGB
CMYK
RGB Variations
Color information
#DFC213 (or 0xDFC213) is known color: Sunflower. HEX triplet: DF, C2 and 13. RGB value is (223,194,19). Sum of RGB (Red+Green+Blue) = 223+194+19=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC213 is #203DEC. Grayscale: #B7B7B7. Windows color (decimal): -2113005 or 1295071. OLE color: 1295071.
HSL color Cylindrical-coordinate representation of color #DFC213: hue angle of 51.47º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFC213 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 19 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.13 |
| HSL | 51.47º | 0.84% | 0.47% | - |
| HSV(B) | 51.47º | 0.91% | 0.87% | - |
| XYZ | 49.84 | 54.32 | 8.47 | - |
| YUV | 182.72 | 35.61 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 19 | 0 | 0.13 | 0.91 | 0.13 | 51.47 | 0.84 | 0.47 |
| Hex | DF | C2 | 13 | 0 | D | 5B | D | 33 | 54 | 2F |
| Octal | 337 | 302 | 23 | 0 | 15 | 133 | 15 | 63 | 124 | 57 |
| Binary | 11011111 | 11000010 | 10011 | 0 | 1101 | 1011011 | 1101 | 110011 | 1010100 | 101111 |
Color Harmonies of #DFC213
Complementary color
Monochromatic Colors of #DFC213
Black with #DFC213
Text Example
Text Example
White with #DFC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC213; }
p { color: rgb(223,194,19); }
H1.HeaderClassName
{
color: #DFC213;
}
.AnyTagClassName
{
color: #DFC213;
}
</style>
background-color css
<style>
a { background-color: #DFC213; }
a { background-color: rgb(223,194,19); }
div.DivClassName
{
background-color: #DFC213;
}
.BgClassName
{
background-color: #DFC213;
}
</style>
border-color css
<style>
span { border-color: #DFC213; }
span { border-color: rgb(223,194,19); }
td.TdClassName
{
border-color: #DFC213;
}
.TagClassName
{
border-color: #DFC213;
}
</style>