Shades of Sunflower #DFBC20
Tints of Sunflower #DFBC20
RGB
CMYK
RGB Variations
Color information
#DFBC20 (or 0xDFBC20) is known color: Sunflower. HEX triplet: DF, BC and 20. RGB value is (223,188,32). Sum of RGB (Red+Green+Blue) = 223+188+32=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC20 is #2043DF. Grayscale: #B5B5B5. Windows color (decimal): -2114528 or 2145503. OLE color: 2145503.
HSL color Cylindrical-coordinate representation of color #DFBC20: hue angle of 49.01º degrees, saturation: 0.75, 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 #DFBC20 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 32 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.13 |
| HSL | 49.01º | 0.75% | 0.5% | - |
| HSV(B) | 49.01º | 0.86% | 0.87% | - |
| XYZ | 48.68 | 51.76 | 8.79 | - |
| YUV | 180.68 | 44.1 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 32 | 0 | 0.16 | 0.86 | 0.13 | 49.01 | 0.75 | 0.5 |
| Hex | DF | BC | 20 | 0 | 10 | 56 | D | 31 | 4B | 32 |
| Octal | 337 | 274 | 40 | 0 | 20 | 126 | 15 | 61 | 113 | 62 |
| Binary | 11011111 | 10111100 | 100000 | 0 | 10000 | 1010110 | 1101 | 110001 | 1001011 | 110010 |
Color Harmonies of #DFBC20
Complementary color
Monochromatic Colors of #DFBC20
Black with #DFBC20
Text Example
Text Example
White with #DFBC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC20; }
p { color: rgb(223,188,32); }
H1.HeaderClassName
{
color: #DFBC20;
}
.AnyTagClassName
{
color: #DFBC20;
}
</style>
background-color css
<style>
a { background-color: #DFBC20; }
a { background-color: rgb(223,188,32); }
div.DivClassName
{
background-color: #DFBC20;
}
.BgClassName
{
background-color: #DFBC20;
}
</style>
border-color css
<style>
span { border-color: #DFBC20; }
span { border-color: rgb(223,188,32); }
td.TdClassName
{
border-color: #DFBC20;
}
.TagClassName
{
border-color: #DFBC20;
}
</style>