Shades of Sunflower #DFD60A
Tints of Sunflower #DFD60A
RGB
CMYK
RGB Variations
Color information
#DFD60A (or 0xDFD60A) is known color: Sunflower. HEX triplet: DF, D6 and 0A. RGB value is (223,214,10). Sum of RGB (Red+Green+Blue) = 223+214+10=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD60A is #2029F5. Grayscale: #C2C2C2. Windows color (decimal): -2107894 or 710367. OLE color: 710367.
HSL color Cylindrical-coordinate representation of color #DFD60A: hue angle of 57.46º 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 #DFD60A is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 10 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.13 |
| HSL | 57.46º | 0.91% | 0.46% | - |
| HSV(B) | 57.46º | 0.96% | 0.87% | - |
| XYZ | 54.53 | 63.8 | 9.73 | - |
| YUV | 193.44 | 24.48 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 10 | 0 | 0.04 | 0.96 | 0.13 | 57.46 | 0.91 | 0.46 |
| Hex | DF | D6 | A | 0 | 4 | 60 | D | 39 | 5B | 2E |
| Octal | 337 | 326 | 12 | 0 | 4 | 140 | 15 | 71 | 133 | 56 |
| Binary | 11011111 | 11010110 | 1010 | 0 | 100 | 1100000 | 1101 | 111001 | 1011011 | 101110 |
Color Harmonies of #DFD60A
Complementary color
Monochromatic Colors of #DFD60A
Black with #DFD60A
Text Example
Text Example
White with #DFD60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD60A; }
p { color: rgb(223,214,10); }
H1.HeaderClassName
{
color: #DFD60A;
}
.AnyTagClassName
{
color: #DFD60A;
}
</style>
background-color css
<style>
a { background-color: #DFD60A; }
a { background-color: rgb(223,214,10); }
div.DivClassName
{
background-color: #DFD60A;
}
.BgClassName
{
background-color: #DFD60A;
}
</style>
border-color css
<style>
span { border-color: #DFD60A; }
span { border-color: rgb(223,214,10); }
td.TdClassName
{
border-color: #DFD60A;
}
.TagClassName
{
border-color: #DFD60A;
}
</style>