Shades of Sunflower #DFD40C
Tints of Sunflower #DFD40C
RGB
CMYK
RGB Variations
Color information
#DFD40C (or 0xDFD40C) is known color: Sunflower. HEX triplet: DF, D4 and 0C. RGB value is (223,212,12). Sum of RGB (Red+Green+Blue) = 223+212+12=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD40C is #202BF3. Grayscale: #C1C1C1. Windows color (decimal): -2108404 or 840927. OLE color: 840927.
HSL color Cylindrical-coordinate representation of color #DFD40C: hue angle of 56.87º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFD40C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.13 |
| HSL | 56.87º | 0.9% | 0.46% | - |
| HSV(B) | 56.87º | 0.95% | 0.87% | - |
| XYZ | 54.04 | 62.8 | 9.62 | - |
| YUV | 192.49 | 26.14 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 12 | 0 | 0.05 | 0.95 | 0.13 | 56.87 | 0.9 | 0.46 |
| Hex | DF | D4 | C | 0 | 5 | 5F | D | 39 | 5A | 2E |
| Octal | 337 | 324 | 14 | 0 | 5 | 137 | 15 | 71 | 132 | 56 |
| Binary | 11011111 | 11010100 | 1100 | 0 | 101 | 1011111 | 1101 | 111001 | 1011010 | 101110 |
Color Harmonies of #DFD40C
Complementary color
Monochromatic Colors of #DFD40C
Black with #DFD40C
Text Example
Text Example
White with #DFD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD40C; }
p { color: rgb(223,212,12); }
H1.HeaderClassName
{
color: #DFD40C;
}
.AnyTagClassName
{
color: #DFD40C;
}
</style>
background-color css
<style>
a { background-color: #DFD40C; }
a { background-color: rgb(223,212,12); }
div.DivClassName
{
background-color: #DFD40C;
}
.BgClassName
{
background-color: #DFD40C;
}
</style>
border-color css
<style>
span { border-color: #DFD40C; }
span { border-color: rgb(223,212,12); }
td.TdClassName
{
border-color: #DFD40C;
}
.TagClassName
{
border-color: #DFD40C;
}
</style>