Shades of Sunflower #DFBC19
Tints of Sunflower #DFBC19
RGB
CMYK
RGB Variations
Color information
#DFBC19 (or 0xDFBC19) is known color: Sunflower. HEX triplet: DF, BC and 19. RGB value is (223,188,25). Sum of RGB (Red+Green+Blue) = 223+188+25=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBC19 is #2043E6. Grayscale: #B4B4B4. Windows color (decimal): -2114535 or 1686751. OLE color: 1686751.
HSL color Cylindrical-coordinate representation of color #DFBC19: hue angle of 49.39º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFBC19 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 25 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.13 |
| HSL | 49.39º | 0.8% | 0.49% | - |
| HSV(B) | 49.39º | 0.89% | 0.87% | - |
| XYZ | 48.59 | 51.72 | 8.34 | - |
| YUV | 179.88 | 40.6 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 25 | 0 | 0.16 | 0.89 | 0.13 | 49.39 | 0.8 | 0.49 |
| Hex | DF | BC | 19 | 0 | 10 | 59 | D | 31 | 50 | 31 |
| Octal | 337 | 274 | 31 | 0 | 20 | 131 | 15 | 61 | 120 | 61 |
| Binary | 11011111 | 10111100 | 11001 | 0 | 10000 | 1011001 | 1101 | 110001 | 1010000 | 110001 |
Color Harmonies of #DFBC19
Complementary color
Monochromatic Colors of #DFBC19
Black with #DFBC19
Text Example
Text Example
White with #DFBC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC19; }
p { color: rgb(223,188,25); }
H1.HeaderClassName
{
color: #DFBC19;
}
.AnyTagClassName
{
color: #DFBC19;
}
</style>
background-color css
<style>
a { background-color: #DFBC19; }
a { background-color: rgb(223,188,25); }
div.DivClassName
{
background-color: #DFBC19;
}
.BgClassName
{
background-color: #DFBC19;
}
</style>
border-color css
<style>
span { border-color: #DFBC19; }
span { border-color: rgb(223,188,25); }
td.TdClassName
{
border-color: #DFBC19;
}
.TagClassName
{
border-color: #DFBC19;
}
</style>