Shades of Sunflower #DFBA1C
Tints of Sunflower #DFBA1C
RGB
CMYK
RGB Variations
Color information
#DFBA1C (or 0xDFBA1C) is known color: Sunflower. HEX triplet: DF, BA and 1C. RGB value is (223,186,28). Sum of RGB (Red+Green+Blue) = 223+186+28=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA1C is #2045E3. Grayscale: #B3B3B3. Windows color (decimal): -2115044 or 1882847. OLE color: 1882847.
HSL color Cylindrical-coordinate representation of color #DFBA1C: hue angle of 48.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFBA1C is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 28 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.13 |
| HSL | 48.62º | 0.78% | 0.49% | - |
| HSV(B) | 48.62º | 0.87% | 0.87% | - |
| XYZ | 48.2 | 50.89 | 8.38 | - |
| YUV | 179.05 | 42.76 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 28 | 0 | 0.17 | 0.87 | 0.13 | 48.62 | 0.78 | 0.49 |
| Hex | DF | BA | 1C | 0 | 11 | 57 | D | 31 | 4E | 31 |
| Octal | 337 | 272 | 34 | 0 | 21 | 127 | 15 | 61 | 116 | 61 |
| Binary | 11011111 | 10111010 | 11100 | 0 | 10001 | 1010111 | 1101 | 110001 | 1001110 | 110001 |
Color Harmonies of #DFBA1C
Complementary color
Monochromatic Colors of #DFBA1C
Black with #DFBA1C
Text Example
Text Example
White with #DFBA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA1C; }
p { color: rgb(223,186,28); }
H1.HeaderClassName
{
color: #DFBA1C;
}
.AnyTagClassName
{
color: #DFBA1C;
}
</style>
background-color css
<style>
a { background-color: #DFBA1C; }
a { background-color: rgb(223,186,28); }
div.DivClassName
{
background-color: #DFBA1C;
}
.BgClassName
{
background-color: #DFBA1C;
}
</style>
border-color css
<style>
span { border-color: #DFBA1C; }
span { border-color: rgb(223,186,28); }
td.TdClassName
{
border-color: #DFBA1C;
}
.TagClassName
{
border-color: #DFBA1C;
}
</style>