Shades of Sunflower #DFBC1F
Tints of Sunflower #DFBC1F
RGB
CMYK
RGB Variations
Color information
#DFBC1F (or 0xDFBC1F) is known color: Sunflower. HEX triplet: DF, BC and 1F. RGB value is (223,188,31). Sum of RGB (Red+Green+Blue) = 223+188+31=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 31 (12.5% from 255 or 7.01% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC1F is #2043E0. Grayscale: #B5B5B5. Windows color (decimal): -2114529 or 2079967. OLE color: 2079967.
HSL color Cylindrical-coordinate representation of color #DFBC1F: hue angle of 49.06º 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 #DFBC1F is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 31 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.13 |
| HSL | 49.06º | 0.76% | 0.5% | - |
| HSV(B) | 49.06º | 0.86% | 0.87% | - |
| XYZ | 48.66 | 51.75 | 8.72 | - |
| YUV | 180.57 | 43.6 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 31 | 0 | 0.16 | 0.86 | 0.13 | 49.06 | 0.76 | 0.5 |
| Hex | DF | BC | 1F | 0 | 10 | 56 | D | 31 | 4C | 32 |
| Octal | 337 | 274 | 37 | 0 | 20 | 126 | 15 | 61 | 114 | 62 |
| Binary | 11011111 | 10111100 | 11111 | 0 | 10000 | 1010110 | 1101 | 110001 | 1001100 | 110010 |
Color Harmonies of #DFBC1F
Complementary color
Monochromatic Colors of #DFBC1F
Black with #DFBC1F
Text Example
Text Example
White with #DFBC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC1F; }
p { color: rgb(223,188,31); }
H1.HeaderClassName
{
color: #DFBC1F;
}
.AnyTagClassName
{
color: #DFBC1F;
}
</style>
background-color css
<style>
a { background-color: #DFBC1F; }
a { background-color: rgb(223,188,31); }
div.DivClassName
{
background-color: #DFBC1F;
}
.BgClassName
{
background-color: #DFBC1F;
}
</style>
border-color css
<style>
span { border-color: #DFBC1F; }
span { border-color: rgb(223,188,31); }
td.TdClassName
{
border-color: #DFBC1F;
}
.TagClassName
{
border-color: #DFBC1F;
}
</style>