Shades of Sunflower #DFC801
Tints of Sunflower #DFC801
RGB
CMYK
RGB Variations
Color information
#DFC801 (or 0xDFC801) is known color: Sunflower. HEX triplet: DF, C8 and 01. RGB value is (223,200,1). Sum of RGB (Red+Green+Blue) = 223+200+1=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC801 is #2037FE. Grayscale: #B9B9B9. Windows color (decimal): -2111487 or 116959. OLE color: 116959.
HSL color Cylindrical-coordinate representation of color #DFC801: hue angle of 53.78º 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 #DFC801 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.13 |
| HSL | 53.78º | 0.99% | 0.44% | - |
| HSV(B) | 53.78º | 1% | 0.87% | - |
| XYZ | 51.09 | 57 | 8.34 | - |
| YUV | 184.19 | 24.62 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 1 | 0 | 0.10 | 1.00 | 0.13 | 53.78 | 0.99 | 0.44 |
| Hex | DF | C8 | 1 | 0 | A | 64 | D | 36 | 63 | 2C |
| Octal | 337 | 310 | 1 | 0 | 12 | 144 | 15 | 66 | 143 | 54 |
| Binary | 11011111 | 11001000 | 1 | 0 | 1010 | 1100100 | 1101 | 110110 | 1100011 | 101100 |
Color Harmonies of #DFC801
Complementary color
Monochromatic Colors of #DFC801
Black with #DFC801
Text Example
Text Example
White with #DFC801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC801; }
p { color: rgb(223,200,1); }
H1.HeaderClassName
{
color: #DFC801;
}
.AnyTagClassName
{
color: #DFC801;
}
</style>
background-color css
<style>
a { background-color: #DFC801; }
a { background-color: rgb(223,200,1); }
div.DivClassName
{
background-color: #DFC801;
}
.BgClassName
{
background-color: #DFC801;
}
</style>
border-color css
<style>
span { border-color: #DFC801; }
span { border-color: rgb(223,200,1); }
td.TdClassName
{
border-color: #DFC801;
}
.TagClassName
{
border-color: #DFC801;
}
</style>