Shades of Sunflower #DFBF1C
Tints of Sunflower #DFBF1C
RGB
CMYK
RGB Variations
Color information
#DFBF1C (or 0xDFBF1C) is known color: Sunflower. HEX triplet: DF, BF and 1C. RGB value is (223,191,28). Sum of RGB (Red+Green+Blue) = 223+191+28=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBF1C is #2040E3. Grayscale: #B6B6B6. Windows color (decimal): -2113764 or 1884127. OLE color: 1884127.
HSL color Cylindrical-coordinate representation of color #DFBF1C: hue angle of 50.15º 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 #DFBF1C is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 28 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.13 |
| HSL | 50.15º | 0.78% | 0.49% | - |
| HSV(B) | 50.15º | 0.87% | 0.87% | - |
| XYZ | 49.27 | 53.03 | 8.74 | - |
| YUV | 181.99 | 41.1 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 28 | 0 | 0.14 | 0.87 | 0.13 | 50.15 | 0.78 | 0.49 |
| Hex | DF | BF | 1C | 0 | E | 57 | D | 32 | 4E | 31 |
| Octal | 337 | 277 | 34 | 0 | 16 | 127 | 15 | 62 | 116 | 61 |
| Binary | 11011111 | 10111111 | 11100 | 0 | 1110 | 1010111 | 1101 | 110010 | 1001110 | 110001 |
Color Harmonies of #DFBF1C
Complementary color
Monochromatic Colors of #DFBF1C
Black with #DFBF1C
Text Example
Text Example
White with #DFBF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF1C; }
p { color: rgb(223,191,28); }
H1.HeaderClassName
{
color: #DFBF1C;
}
.AnyTagClassName
{
color: #DFBF1C;
}
</style>
background-color css
<style>
a { background-color: #DFBF1C; }
a { background-color: rgb(223,191,28); }
div.DivClassName
{
background-color: #DFBF1C;
}
.BgClassName
{
background-color: #DFBF1C;
}
</style>
border-color css
<style>
span { border-color: #DFBF1C; }
span { border-color: rgb(223,191,28); }
td.TdClassName
{
border-color: #DFBF1C;
}
.TagClassName
{
border-color: #DFBF1C;
}
</style>