Shades of Sunflower #DFD016
Tints of Sunflower #DFD016
RGB
CMYK
RGB Variations
Color information
#DFD016 (or 0xDFD016) is known color: Sunflower. HEX triplet: DF, D0 and 16. RGB value is (223,208,22). Sum of RGB (Red+Green+Blue) = 223+208+22=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD016 is #202FE9. Grayscale: #C0C0C0. Windows color (decimal): -2109418 or 1495263. OLE color: 1495263.
HSL color Cylindrical-coordinate representation of color #DFD016: hue angle of 55.52º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFD016 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 22 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.13 |
| HSL | 55.52º | 0.82% | 0.48% | - |
| HSV(B) | 55.52º | 0.9% | 0.87% | - |
| XYZ | 53.13 | 60.86 | 9.71 | - |
| YUV | 191.28 | 32.47 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 22 | 0 | 0.07 | 0.90 | 0.13 | 55.52 | 0.82 | 0.48 |
| Hex | DF | D0 | 16 | 0 | 7 | 5A | D | 38 | 52 | 30 |
| Octal | 337 | 320 | 26 | 0 | 7 | 132 | 15 | 70 | 122 | 60 |
| Binary | 11011111 | 11010000 | 10110 | 0 | 111 | 1011010 | 1101 | 111000 | 1010010 | 110000 |
Color Harmonies of #DFD016
Complementary color
Monochromatic Colors of #DFD016
Black with #DFD016
Text Example
Text Example
White with #DFD016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD016; }
p { color: rgb(223,208,22); }
H1.HeaderClassName
{
color: #DFD016;
}
.AnyTagClassName
{
color: #DFD016;
}
</style>
background-color css
<style>
a { background-color: #DFD016; }
a { background-color: rgb(223,208,22); }
div.DivClassName
{
background-color: #DFD016;
}
.BgClassName
{
background-color: #DFD016;
}
</style>
border-color css
<style>
span { border-color: #DFD016; }
span { border-color: rgb(223,208,22); }
td.TdClassName
{
border-color: #DFD016;
}
.TagClassName
{
border-color: #DFD016;
}
</style>