Shades of Sunflower #DFCF0A
Tints of Sunflower #DFCF0A
RGB
CMYK
RGB Variations
Color information
#DFCF0A (or 0xDFCF0A) is known color: Sunflower. HEX triplet: DF, CF and 0A. RGB value is (223,207,10). Sum of RGB (Red+Green+Blue) = 223+207+10=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 10 (4.30% from 255 or 2.27% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCF0A is #2030F5. Grayscale: #BEBEBE. Windows color (decimal): -2109686 or 708575. OLE color: 708575.
HSL color Cylindrical-coordinate representation of color #DFCF0A: hue angle of 55.49º 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 #DFCF0A is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 10 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.13 |
| HSL | 55.49º | 0.91% | 0.46% | - |
| HSV(B) | 55.49º | 0.96% | 0.87% | - |
| XYZ | 52.8 | 60.34 | 9.15 | - |
| YUV | 189.33 | 26.8 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 10 | 0 | 0.07 | 0.96 | 0.13 | 55.49 | 0.91 | 0.46 |
| Hex | DF | CF | A | 0 | 7 | 60 | D | 37 | 5B | 2E |
| Octal | 337 | 317 | 12 | 0 | 7 | 140 | 15 | 67 | 133 | 56 |
| Binary | 11011111 | 11001111 | 1010 | 0 | 111 | 1100000 | 1101 | 110111 | 1011011 | 101110 |
Color Harmonies of #DFCF0A
Complementary color
Monochromatic Colors of #DFCF0A
Black with #DFCF0A
Text Example
Text Example
White with #DFCF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF0A; }
p { color: rgb(223,207,10); }
H1.HeaderClassName
{
color: #DFCF0A;
}
.AnyTagClassName
{
color: #DFCF0A;
}
</style>
background-color css
<style>
a { background-color: #DFCF0A; }
a { background-color: rgb(223,207,10); }
div.DivClassName
{
background-color: #DFCF0A;
}
.BgClassName
{
background-color: #DFCF0A;
}
</style>
border-color css
<style>
span { border-color: #DFCF0A; }
span { border-color: rgb(223,207,10); }
td.TdClassName
{
border-color: #DFCF0A;
}
.TagClassName
{
border-color: #DFCF0A;
}
</style>