Shades of Sunflower #DFC01F
Tints of Sunflower #DFC01F
RGB
CMYK
RGB Variations
Color information
#DFC01F (or 0xDFC01F) is known color: Sunflower. HEX triplet: DF, C0 and 1F. RGB value is (223,192,31). Sum of RGB (Red+Green+Blue) = 223+192+31=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC01F is #203FE0. Grayscale: #B7B7B7. Windows color (decimal): -2113505 or 2080991. OLE color: 2080991.
HSL color Cylindrical-coordinate representation of color #DFC01F: hue angle of 50.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFC01F is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 31 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.13 |
| HSL | 50.31º | 0.76% | 0.5% | - |
| HSV(B) | 50.31º | 0.86% | 0.87% | - |
| XYZ | 49.53 | 53.49 | 9.01 | - |
| YUV | 182.92 | 42.27 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 31 | 0 | 0.14 | 0.86 | 0.13 | 50.31 | 0.76 | 0.5 |
| Hex | DF | C0 | 1F | 0 | E | 56 | D | 32 | 4C | 32 |
| Octal | 337 | 300 | 37 | 0 | 16 | 126 | 15 | 62 | 114 | 62 |
| Binary | 11011111 | 11000000 | 11111 | 0 | 1110 | 1010110 | 1101 | 110010 | 1001100 | 110010 |
Color Harmonies of #DFC01F
Complementary color
Monochromatic Colors of #DFC01F
Black with #DFC01F
Text Example
Text Example
White with #DFC01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC01F; }
p { color: rgb(223,192,31); }
H1.HeaderClassName
{
color: #DFC01F;
}
.AnyTagClassName
{
color: #DFC01F;
}
</style>
background-color css
<style>
a { background-color: #DFC01F; }
a { background-color: rgb(223,192,31); }
div.DivClassName
{
background-color: #DFC01F;
}
.BgClassName
{
background-color: #DFC01F;
}
</style>
border-color css
<style>
span { border-color: #DFC01F; }
span { border-color: rgb(223,192,31); }
td.TdClassName
{
border-color: #DFC01F;
}
.TagClassName
{
border-color: #DFC01F;
}
</style>