Shades of Sunflower #DFC618
Tints of Sunflower #DFC618
RGB
CMYK
RGB Variations
Color information
#DFC618 (or 0xDFC618) is known color: Sunflower. HEX triplet: DF, C6 and 18. RGB value is (223,198,24). Sum of RGB (Red+Green+Blue) = 223+198+24=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 24 (9.77% from 255 or 5.39% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC618 is #2039E7. Grayscale: #BABABA. Windows color (decimal): -2111976 or 1623775. OLE color: 1623775.
HSL color Cylindrical-coordinate representation of color #DFC618: hue angle of 52.46º 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 #DFC618 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 24 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.13 |
| HSL | 52.46º | 0.81% | 0.48% | - |
| HSV(B) | 52.46º | 0.89% | 0.87% | - |
| XYZ | 50.79 | 56.14 | 9.02 | - |
| YUV | 185.64 | 36.78 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 24 | 0 | 0.11 | 0.89 | 0.13 | 52.46 | 0.81 | 0.48 |
| Hex | DF | C6 | 18 | 0 | B | 59 | D | 34 | 51 | 30 |
| Octal | 337 | 306 | 30 | 0 | 13 | 131 | 15 | 64 | 121 | 60 |
| Binary | 11011111 | 11000110 | 11000 | 0 | 1011 | 1011001 | 1101 | 110100 | 1010001 | 110000 |
Color Harmonies of #DFC618
Complementary color
Monochromatic Colors of #DFC618
Black with #DFC618
Text Example
Text Example
White with #DFC618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC618; }
p { color: rgb(223,198,24); }
H1.HeaderClassName
{
color: #DFC618;
}
.AnyTagClassName
{
color: #DFC618;
}
</style>
background-color css
<style>
a { background-color: #DFC618; }
a { background-color: rgb(223,198,24); }
div.DivClassName
{
background-color: #DFC618;
}
.BgClassName
{
background-color: #DFC618;
}
</style>
border-color css
<style>
span { border-color: #DFC618; }
span { border-color: rgb(223,198,24); }
td.TdClassName
{
border-color: #DFC618;
}
.TagClassName
{
border-color: #DFC618;
}
</style>