Shades of Sunflower #DBBE14
Tints of Sunflower #DBBE14
RGB
CMYK
RGB Variations
Color information
#DBBE14 (or 0xDBBE14) is known color: Sunflower. HEX triplet: DB, BE and 14. RGB value is (219,190,20). Sum of RGB (Red+Green+Blue) = 219+190+20=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBE14 is #2441EB. Grayscale: #B4B4B4. Windows color (decimal): -2376172 or 1359579. OLE color: 1359579.
HSL color Cylindrical-coordinate representation of color #DBBE14: hue angle of 51.26º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBBE14 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 20 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.14 |
| HSL | 51.26º | 0.83% | 0.47% | - |
| HSV(B) | 51.26º | 0.91% | 0.86% | - |
| XYZ | 47.75 | 51.94 | 8.17 | - |
| YUV | 179.29 | 38.11 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 20 | 0 | 0.13 | 0.91 | 0.14 | 51.26 | 0.83 | 0.47 |
| Hex | DB | BE | 14 | 0 | D | 5B | E | 33 | 53 | 2F |
| Octal | 333 | 276 | 24 | 0 | 15 | 133 | 16 | 63 | 123 | 57 |
| Binary | 11011011 | 10111110 | 10100 | 0 | 1101 | 1011011 | 1110 | 110011 | 1010011 | 101111 |
Color Harmonies of #DBBE14
Complementary color
Monochromatic Colors of #DBBE14
Black with #DBBE14
Text Example
Text Example
White with #DBBE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE14; }
p { color: rgb(219,190,20); }
H1.HeaderClassName
{
color: #DBBE14;
}
.AnyTagClassName
{
color: #DBBE14;
}
</style>
background-color css
<style>
a { background-color: #DBBE14; }
a { background-color: rgb(219,190,20); }
div.DivClassName
{
background-color: #DBBE14;
}
.BgClassName
{
background-color: #DBBE14;
}
</style>
border-color css
<style>
span { border-color: #DBBE14; }
span { border-color: rgb(219,190,20); }
td.TdClassName
{
border-color: #DBBE14;
}
.TagClassName
{
border-color: #DBBE14;
}
</style>