Shades of Sunflower #DFC415
Tints of Sunflower #DFC415
RGB
CMYK
RGB Variations
Color information
#DFC415 (or 0xDFC415) is known color: Sunflower. HEX triplet: DF, C4 and 15. RGB value is (223,196,21). Sum of RGB (Red+Green+Blue) = 223+196+21=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 21 (8.59% from 255 or 4.77% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC415 is #203BEA. Grayscale: #B8B8B8. Windows color (decimal): -2112491 or 1426655. OLE color: 1426655.
HSL color Cylindrical-coordinate representation of color #DFC415: hue angle of 51.98º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFC415 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 21 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.13 |
| HSL | 51.98º | 0.83% | 0.48% | - |
| HSV(B) | 51.98º | 0.91% | 0.87% | - |
| XYZ | 50.31 | 55.22 | 8.72 | - |
| YUV | 184.12 | 35.95 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 21 | 0 | 0.12 | 0.91 | 0.13 | 51.98 | 0.83 | 0.48 |
| Hex | DF | C4 | 15 | 0 | C | 5B | D | 34 | 53 | 30 |
| Octal | 337 | 304 | 25 | 0 | 14 | 133 | 15 | 64 | 123 | 60 |
| Binary | 11011111 | 11000100 | 10101 | 0 | 1100 | 1011011 | 1101 | 110100 | 1010011 | 110000 |
Color Harmonies of #DFC415
Complementary color
Monochromatic Colors of #DFC415
Black with #DFC415
Text Example
Text Example
White with #DFC415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC415; }
p { color: rgb(223,196,21); }
H1.HeaderClassName
{
color: #DFC415;
}
.AnyTagClassName
{
color: #DFC415;
}
</style>
background-color css
<style>
a { background-color: #DFC415; }
a { background-color: rgb(223,196,21); }
div.DivClassName
{
background-color: #DFC415;
}
.BgClassName
{
background-color: #DFC415;
}
</style>
border-color css
<style>
span { border-color: #DFC415; }
span { border-color: rgb(223,196,21); }
td.TdClassName
{
border-color: #DFC415;
}
.TagClassName
{
border-color: #DFC415;
}
</style>