Shades of Sunflower #DFD10A
Tints of Sunflower #DFD10A
RGB
CMYK
RGB Variations
Color information
#DFD10A (or 0xDFD10A) is known color: Sunflower. HEX triplet: DF, D1 and 0A. RGB value is (223,209,10). Sum of RGB (Red+Green+Blue) = 223+209+10=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD10A is #202EF5. Grayscale: #BFBFBF. Windows color (decimal): -2109174 or 709087. OLE color: 709087.
HSL color Cylindrical-coordinate representation of color #DFD10A: hue angle of 56.06º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFD10A is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 10 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.13 |
| HSL | 56.06º | 0.91% | 0.46% | - |
| HSV(B) | 56.06º | 0.96% | 0.87% | - |
| XYZ | 53.29 | 61.31 | 9.31 | - |
| YUV | 190.5 | 26.14 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 10 | 0 | 0.06 | 0.96 | 0.13 | 56.06 | 0.91 | 0.46 |
| Hex | DF | D1 | A | 0 | 6 | 60 | D | 38 | 5B | 2E |
| Octal | 337 | 321 | 12 | 0 | 6 | 140 | 15 | 70 | 133 | 56 |
| Binary | 11011111 | 11010001 | 1010 | 0 | 110 | 1100000 | 1101 | 111000 | 1011011 | 101110 |
Color Harmonies of #DFD10A
Complementary color
Monochromatic Colors of #DFD10A
Black with #DFD10A
Text Example
Text Example
White with #DFD10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD10A; }
p { color: rgb(223,209,10); }
H1.HeaderClassName
{
color: #DFD10A;
}
.AnyTagClassName
{
color: #DFD10A;
}
</style>
background-color css
<style>
a { background-color: #DFD10A; }
a { background-color: rgb(223,209,10); }
div.DivClassName
{
background-color: #DFD10A;
}
.BgClassName
{
background-color: #DFD10A;
}
</style>
border-color css
<style>
span { border-color: #DFD10A; }
span { border-color: rgb(223,209,10); }
td.TdClassName
{
border-color: #DFD10A;
}
.TagClassName
{
border-color: #DFD10A;
}
</style>