Shades of Sunflower #DFC614
Tints of Sunflower #DFC614
RGB
CMYK
RGB Variations
Color information
#DFC614 (or 0xDFC614) is known color: Sunflower. HEX triplet: DF, C6 and 14. RGB value is (223,198,20). Sum of RGB (Red+Green+Blue) = 223+198+20=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC614 is #2039EB. Grayscale: #B9B9B9. Windows color (decimal): -2111980 or 1361631. OLE color: 1361631.
HSL color Cylindrical-coordinate representation of color #DFC614: hue angle of 52.61º degrees, saturation: 0.84, 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 #DFC614 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 20 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.13 |
| HSL | 52.61º | 0.84% | 0.48% | - |
| HSV(B) | 52.61º | 0.91% | 0.87% | - |
| XYZ | 50.75 | 56.13 | 8.82 | - |
| YUV | 185.18 | 34.78 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 20 | 0 | 0.11 | 0.91 | 0.13 | 52.61 | 0.84 | 0.48 |
| Hex | DF | C6 | 14 | 0 | B | 5B | D | 35 | 54 | 30 |
| Octal | 337 | 306 | 24 | 0 | 13 | 133 | 15 | 65 | 124 | 60 |
| Binary | 11011111 | 11000110 | 10100 | 0 | 1011 | 1011011 | 1101 | 110101 | 1010100 | 110000 |
Color Harmonies of #DFC614
Complementary color
Monochromatic Colors of #DFC614
Black with #DFC614
Text Example
Text Example
White with #DFC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC614; }
p { color: rgb(223,198,20); }
H1.HeaderClassName
{
color: #DFC614;
}
.AnyTagClassName
{
color: #DFC614;
}
</style>
background-color css
<style>
a { background-color: #DFC614; }
a { background-color: rgb(223,198,20); }
div.DivClassName
{
background-color: #DFC614;
}
.BgClassName
{
background-color: #DFC614;
}
</style>
border-color css
<style>
span { border-color: #DFC614; }
span { border-color: rgb(223,198,20); }
td.TdClassName
{
border-color: #DFC614;
}
.TagClassName
{
border-color: #DFC614;
}
</style>