Shades of Sunflower #DFC218
Tints of Sunflower #DFC218
RGB
CMYK
RGB Variations
Color information
#DFC218 (or 0xDFC218) is known color: Sunflower. HEX triplet: DF, C2 and 18. RGB value is (223,194,24). Sum of RGB (Red+Green+Blue) = 223+194+24=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC218 is #203DE7. Grayscale: #B7B7B7. Windows color (decimal): -2113000 or 1622751. OLE color: 1622751.
HSL color Cylindrical-coordinate representation of color #DFC218: hue angle of 51.26º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFC218 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 24 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.13 |
| HSL | 51.26º | 0.81% | 0.48% | - |
| HSV(B) | 51.26º | 0.89% | 0.87% | - |
| XYZ | 49.89 | 54.34 | 8.72 | - |
| YUV | 183.29 | 38.11 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 24 | 0 | 0.13 | 0.89 | 0.13 | 51.26 | 0.81 | 0.48 |
| Hex | DF | C2 | 18 | 0 | D | 59 | D | 33 | 51 | 30 |
| Octal | 337 | 302 | 30 | 0 | 15 | 131 | 15 | 63 | 121 | 60 |
| Binary | 11011111 | 11000010 | 11000 | 0 | 1101 | 1011001 | 1101 | 110011 | 1010001 | 110000 |
Color Harmonies of #DFC218
Complementary color
Monochromatic Colors of #DFC218
Black with #DFC218
Text Example
Text Example
White with #DFC218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC218; }
p { color: rgb(223,194,24); }
H1.HeaderClassName
{
color: #DFC218;
}
.AnyTagClassName
{
color: #DFC218;
}
</style>
background-color css
<style>
a { background-color: #DFC218; }
a { background-color: rgb(223,194,24); }
div.DivClassName
{
background-color: #DFC218;
}
.BgClassName
{
background-color: #DFC218;
}
</style>
border-color css
<style>
span { border-color: #DFC218; }
span { border-color: rgb(223,194,24); }
td.TdClassName
{
border-color: #DFC218;
}
.TagClassName
{
border-color: #DFC218;
}
</style>