Shades of Sunflower #DFC001
Tints of Sunflower #DFC001
RGB
CMYK
RGB Variations
Color information
#DFC001 (or 0xDFC001) is known color: Sunflower. HEX triplet: DF, C0 and 01. RGB value is (223,192,1). Sum of RGB (Red+Green+Blue) = 223+192+1=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC001 is #203FFE. Grayscale: #B4B4B4. Windows color (decimal): -2113535 or 114911. OLE color: 114911.
HSL color Cylindrical-coordinate representation of color #DFC001: hue angle of 51.62º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFC001 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.13 |
| HSL | 51.62º | 0.99% | 0.44% | - |
| HSV(B) | 51.62º | 1% | 0.87% | - |
| XYZ | 49.29 | 53.39 | 7.74 | - |
| YUV | 179.5 | 27.27 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 1 | 0 | 0.14 | 1.00 | 0.13 | 51.62 | 0.99 | 0.44 |
| Hex | DF | C0 | 1 | 0 | E | 64 | D | 34 | 63 | 2C |
| Octal | 337 | 300 | 1 | 0 | 16 | 144 | 15 | 64 | 143 | 54 |
| Binary | 11011111 | 11000000 | 1 | 0 | 1110 | 1100100 | 1101 | 110100 | 1100011 | 101100 |
Color Harmonies of #DFC001
Complementary color
Monochromatic Colors of #DFC001
Black with #DFC001
Text Example
Text Example
White with #DFC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC001; }
p { color: rgb(223,192,1); }
H1.HeaderClassName
{
color: #DFC001;
}
.AnyTagClassName
{
color: #DFC001;
}
</style>
background-color css
<style>
a { background-color: #DFC001; }
a { background-color: rgb(223,192,1); }
div.DivClassName
{
background-color: #DFC001;
}
.BgClassName
{
background-color: #DFC001;
}
</style>
border-color css
<style>
span { border-color: #DFC001; }
span { border-color: rgb(223,192,1); }
td.TdClassName
{
border-color: #DFC001;
}
.TagClassName
{
border-color: #DFC001;
}
</style>