Shades of Sunflower #DFBC13
Tints of Sunflower #DFBC13
RGB
CMYK
RGB Variations
Color information
#DFBC13 (or 0xDFBC13) is known color: Sunflower. HEX triplet: DF, BC and 13. RGB value is (223,188,19). Sum of RGB (Red+Green+Blue) = 223+188+19=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBC13 is #2043EC. Grayscale: #B3B3B3. Windows color (decimal): -2114541 or 1293535. OLE color: 1293535.
HSL color Cylindrical-coordinate representation of color #DFBC13: hue angle of 49.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFBC13 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 19 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.13 |
| HSL | 49.71º | 0.84% | 0.47% | - |
| HSV(B) | 49.71º | 0.91% | 0.87% | - |
| XYZ | 48.53 | 51.7 | 8.04 | - |
| YUV | 179.2 | 37.6 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 19 | 0 | 0.16 | 0.91 | 0.13 | 49.71 | 0.84 | 0.47 |
| Hex | DF | BC | 13 | 0 | 10 | 5B | D | 32 | 54 | 2F |
| Octal | 337 | 274 | 23 | 0 | 20 | 133 | 15 | 62 | 124 | 57 |
| Binary | 11011111 | 10111100 | 10011 | 0 | 10000 | 1011011 | 1101 | 110010 | 1010100 | 101111 |
Color Harmonies of #DFBC13
Complementary color
Monochromatic Colors of #DFBC13
Black with #DFBC13
Text Example
Text Example
White with #DFBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC13; }
p { color: rgb(223,188,19); }
H1.HeaderClassName
{
color: #DFBC13;
}
.AnyTagClassName
{
color: #DFBC13;
}
</style>
background-color css
<style>
a { background-color: #DFBC13; }
a { background-color: rgb(223,188,19); }
div.DivClassName
{
background-color: #DFBC13;
}
.BgClassName
{
background-color: #DFBC13;
}
</style>
border-color css
<style>
span { border-color: #DFBC13; }
span { border-color: rgb(223,188,19); }
td.TdClassName
{
border-color: #DFBC13;
}
.TagClassName
{
border-color: #DFBC13;
}
</style>