Shades of Sunflower #DFC301
Tints of Sunflower #DFC301
RGB
CMYK
RGB Variations
Color information
#DFC301 (or 0xDFC301) is known color: Sunflower. HEX triplet: DF, C3 and 01. RGB value is (223,195,1). Sum of RGB (Red+Green+Blue) = 223+195+1=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC301 is #203CFE. Grayscale: #B6B6B6. Windows color (decimal): -2112767 or 115679. OLE color: 115679.
HSL color Cylindrical-coordinate representation of color #DFC301: hue angle of 52.43º 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 #DFC301 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 1 | - |
| CMYK | 0 | 0.13 | 1.00 | 0.13 |
| HSL | 52.43º | 0.99% | 0.44% | - |
| HSV(B) | 52.43º | 1% | 0.87% | - |
| XYZ | 49.95 | 54.72 | 7.96 | - |
| YUV | 181.26 | 26.28 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 1 | 0 | 0.13 | 1.00 | 0.13 | 52.43 | 0.99 | 0.44 |
| Hex | DF | C3 | 1 | 0 | D | 64 | D | 34 | 63 | 2C |
| Octal | 337 | 303 | 1 | 0 | 15 | 144 | 15 | 64 | 143 | 54 |
| Binary | 11011111 | 11000011 | 1 | 0 | 1101 | 1100100 | 1101 | 110100 | 1100011 | 101100 |
Color Harmonies of #DFC301
Complementary color
Monochromatic Colors of #DFC301
Black with #DFC301
Text Example
Text Example
White with #DFC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC301; }
p { color: rgb(223,195,1); }
H1.HeaderClassName
{
color: #DFC301;
}
.AnyTagClassName
{
color: #DFC301;
}
</style>
background-color css
<style>
a { background-color: #DFC301; }
a { background-color: rgb(223,195,1); }
div.DivClassName
{
background-color: #DFC301;
}
.BgClassName
{
background-color: #DFC301;
}
</style>
border-color css
<style>
span { border-color: #DFC301; }
span { border-color: rgb(223,195,1); }
td.TdClassName
{
border-color: #DFC301;
}
.TagClassName
{
border-color: #DFC301;
}
</style>