Shades of Sunflower #DFCE14
Tints of Sunflower #DFCE14
RGB
CMYK
RGB Variations
Color information
#DFCE14 (or 0xDFCE14) is known color: Sunflower. HEX triplet: DF, CE and 14. RGB value is (223,206,20). Sum of RGB (Red+Green+Blue) = 223+206+20=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCE14 is #2031EB. Grayscale: #BEBEBE. Windows color (decimal): -2109932 or 1363679. OLE color: 1363679.
HSL color Cylindrical-coordinate representation of color #DFCE14: hue angle of 54.98º 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 #DFCE14 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 20 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.13 |
| HSL | 54.98º | 0.84% | 0.48% | - |
| HSV(B) | 54.98º | 0.91% | 0.87% | - |
| XYZ | 52.63 | 59.88 | 9.45 | - |
| YUV | 189.88 | 32.13 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 20 | 0 | 0.08 | 0.91 | 0.13 | 54.98 | 0.84 | 0.48 |
| Hex | DF | CE | 14 | 0 | 8 | 5B | D | 37 | 54 | 30 |
| Octal | 337 | 316 | 24 | 0 | 10 | 133 | 15 | 67 | 124 | 60 |
| Binary | 11011111 | 11001110 | 10100 | 0 | 1000 | 1011011 | 1101 | 110111 | 1010100 | 110000 |
Color Harmonies of #DFCE14
Complementary color
Monochromatic Colors of #DFCE14
Black with #DFCE14
Text Example
Text Example
White with #DFCE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE14; }
p { color: rgb(223,206,20); }
H1.HeaderClassName
{
color: #DFCE14;
}
.AnyTagClassName
{
color: #DFCE14;
}
</style>
background-color css
<style>
a { background-color: #DFCE14; }
a { background-color: rgb(223,206,20); }
div.DivClassName
{
background-color: #DFCE14;
}
.BgClassName
{
background-color: #DFCE14;
}
</style>
border-color css
<style>
span { border-color: #DFCE14; }
span { border-color: rgb(223,206,20); }
td.TdClassName
{
border-color: #DFCE14;
}
.TagClassName
{
border-color: #DFCE14;
}
</style>