Shades of Sunflower #DFBB1E
Tints of Sunflower #DFBB1E
RGB
CMYK
RGB Variations
Color information
#DFBB1E (or 0xDFBB1E) is known color: Sunflower. HEX triplet: DF, BB and 1E. RGB value is (223,187,30). Sum of RGB (Red+Green+Blue) = 223+187+30=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBB1E is #2044E1. Grayscale: #B4B4B4. Windows color (decimal): -2114786 or 2014175. OLE color: 2014175.
HSL color Cylindrical-coordinate representation of color #DFBB1E: hue angle of 48.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFBB1E is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 30 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.13 |
| HSL | 48.81º | 0.76% | 0.5% | - |
| HSV(B) | 48.81º | 0.87% | 0.87% | - |
| XYZ | 48.44 | 51.32 | 8.58 | - |
| YUV | 179.87 | 43.43 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 30 | 0 | 0.16 | 0.87 | 0.13 | 48.81 | 0.76 | 0.5 |
| Hex | DF | BB | 1E | 0 | 10 | 57 | D | 31 | 4C | 32 |
| Octal | 337 | 273 | 36 | 0 | 20 | 127 | 15 | 61 | 114 | 62 |
| Binary | 11011111 | 10111011 | 11110 | 0 | 10000 | 1010111 | 1101 | 110001 | 1001100 | 110010 |
Color Harmonies of #DFBB1E
Complementary color
Monochromatic Colors of #DFBB1E
Black with #DFBB1E
Text Example
Text Example
White with #DFBB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB1E; }
p { color: rgb(223,187,30); }
H1.HeaderClassName
{
color: #DFBB1E;
}
.AnyTagClassName
{
color: #DFBB1E;
}
</style>
background-color css
<style>
a { background-color: #DFBB1E; }
a { background-color: rgb(223,187,30); }
div.DivClassName
{
background-color: #DFBB1E;
}
.BgClassName
{
background-color: #DFBB1E;
}
</style>
border-color css
<style>
span { border-color: #DFBB1E; }
span { border-color: rgb(223,187,30); }
td.TdClassName
{
border-color: #DFBB1E;
}
.TagClassName
{
border-color: #DFBB1E;
}
</style>