Shades of Sunflower #DFBC1B
Tints of Sunflower #DFBC1B
RGB
CMYK
RGB Variations
Color information
#DFBC1B (or 0xDFBC1B) is known color: Sunflower. HEX triplet: DF, BC and 1B. RGB value is (223,188,27). Sum of RGB (Red+Green+Blue) = 223+188+27=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC1B is #2043E4. Grayscale: #B4B4B4. Windows color (decimal): -2114533 or 1817823. OLE color: 1817823.
HSL color Cylindrical-coordinate representation of color #DFBC1B: hue angle of 49.29º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFBC1B is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 27 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.13 |
| HSL | 49.29º | 0.78% | 0.49% | - |
| HSV(B) | 49.29º | 0.88% | 0.87% | - |
| XYZ | 48.61 | 51.73 | 8.46 | - |
| YUV | 180.11 | 41.6 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 27 | 0 | 0.16 | 0.88 | 0.13 | 49.29 | 0.78 | 0.49 |
| Hex | DF | BC | 1B | 0 | 10 | 58 | D | 31 | 4E | 31 |
| Octal | 337 | 274 | 33 | 0 | 20 | 130 | 15 | 61 | 116 | 61 |
| Binary | 11011111 | 10111100 | 11011 | 0 | 10000 | 1011000 | 1101 | 110001 | 1001110 | 110001 |
Color Harmonies of #DFBC1B
Complementary color
Monochromatic Colors of #DFBC1B
Black with #DFBC1B
Text Example
Text Example
White with #DFBC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC1B; }
p { color: rgb(223,188,27); }
H1.HeaderClassName
{
color: #DFBC1B;
}
.AnyTagClassName
{
color: #DFBC1B;
}
</style>
background-color css
<style>
a { background-color: #DFBC1B; }
a { background-color: rgb(223,188,27); }
div.DivClassName
{
background-color: #DFBC1B;
}
.BgClassName
{
background-color: #DFBC1B;
}
</style>
border-color css
<style>
span { border-color: #DFBC1B; }
span { border-color: rgb(223,188,27); }
td.TdClassName
{
border-color: #DFBC1B;
}
.TagClassName
{
border-color: #DFBC1B;
}
</style>