Shades of Sunflower #DBBB1E
Tints of Sunflower #DBBB1E
RGB
CMYK
RGB Variations
Color information
#DBBB1E (or 0xDBBB1E) is known color: Sunflower. HEX triplet: DB, BB and 1E. RGB value is (219,187,30). Sum of RGB (Red+Green+Blue) = 219+187+30=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB1E is #2444E1. Grayscale: #B3B3B3. Windows color (decimal): -2376930 or 2014171. OLE color: 2014171.
HSL color Cylindrical-coordinate representation of color #DBBB1E: hue angle of 49.84º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBBB1E is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 30 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.14 |
| HSL | 49.84º | 0.76% | 0.49% | - |
| HSV(B) | 49.84º | 0.86% | 0.86% | - |
| XYZ | 47.22 | 50.69 | 8.52 | - |
| YUV | 178.67 | 44.1 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 30 | 0 | 0.15 | 0.86 | 0.14 | 49.84 | 0.76 | 0.49 |
| Hex | DB | BB | 1E | 0 | F | 56 | E | 32 | 4C | 31 |
| Octal | 333 | 273 | 36 | 0 | 17 | 126 | 16 | 62 | 114 | 61 |
| Binary | 11011011 | 10111011 | 11110 | 0 | 1111 | 1010110 | 1110 | 110010 | 1001100 | 110001 |
Color Harmonies of #DBBB1E
Complementary color
Monochromatic Colors of #DBBB1E
Black with #DBBB1E
Text Example
Text Example
White with #DBBB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB1E; }
p { color: rgb(219,187,30); }
H1.HeaderClassName
{
color: #DBBB1E;
}
.AnyTagClassName
{
color: #DBBB1E;
}
</style>
background-color css
<style>
a { background-color: #DBBB1E; }
a { background-color: rgb(219,187,30); }
div.DivClassName
{
background-color: #DBBB1E;
}
.BgClassName
{
background-color: #DBBB1E;
}
</style>
border-color css
<style>
span { border-color: #DBBB1E; }
span { border-color: rgb(219,187,30); }
td.TdClassName
{
border-color: #DBBB1E;
}
.TagClassName
{
border-color: #DBBB1E;
}
</style>