Shades of Sunflower #DFD10C
Tints of Sunflower #DFD10C
RGB
CMYK
RGB Variations
Color information
#DFD10C (or 0xDFD10C) is known color: Sunflower. HEX triplet: DF, D1 and 0C. RGB value is (223,209,12). Sum of RGB (Red+Green+Blue) = 223+209+12=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD10C is #202EF3. Grayscale: #BFBFBF. Windows color (decimal): -2109172 or 840159. OLE color: 840159.
HSL color Cylindrical-coordinate representation of color #DFD10C: hue angle of 56.02º 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 #DFD10C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 12 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.13 |
| HSL | 56.02º | 0.9% | 0.46% | - |
| HSV(B) | 56.02º | 0.95% | 0.87% | - |
| XYZ | 53.3 | 61.32 | 9.37 | - |
| YUV | 190.73 | 27.14 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 12 | 0 | 0.06 | 0.95 | 0.13 | 56.02 | 0.9 | 0.46 |
| Hex | DF | D1 | C | 0 | 6 | 5F | D | 38 | 5A | 2E |
| Octal | 337 | 321 | 14 | 0 | 6 | 137 | 15 | 70 | 132 | 56 |
| Binary | 11011111 | 11010001 | 1100 | 0 | 110 | 1011111 | 1101 | 111000 | 1011010 | 101110 |
Color Harmonies of #DFD10C
Complementary color
Monochromatic Colors of #DFD10C
Black with #DFD10C
Text Example
Text Example
White with #DFD10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD10C; }
p { color: rgb(223,209,12); }
H1.HeaderClassName
{
color: #DFD10C;
}
.AnyTagClassName
{
color: #DFD10C;
}
</style>
background-color css
<style>
a { background-color: #DFD10C; }
a { background-color: rgb(223,209,12); }
div.DivClassName
{
background-color: #DFD10C;
}
.BgClassName
{
background-color: #DFD10C;
}
</style>
border-color css
<style>
span { border-color: #DFD10C; }
span { border-color: rgb(223,209,12); }
td.TdClassName
{
border-color: #DFD10C;
}
.TagClassName
{
border-color: #DFD10C;
}
</style>