Shades of Sunflower #DBBE0F
Tints of Sunflower #DBBE0F
RGB
CMYK
RGB Variations
Color information
#DBBE0F (or 0xDBBE0F) is known color: Sunflower. HEX triplet: DB, BE and 0F. RGB value is (219,190,15). Sum of RGB (Red+Green+Blue) = 219+190+15=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBE0F is #2441F0. Grayscale: #B3B3B3. Windows color (decimal): -2376177 or 1031899. OLE color: 1031899.
HSL color Cylindrical-coordinate representation of color #DBBE0F: hue angle of 51.47º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBBE0F is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 15 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.14 |
| HSL | 51.47º | 0.87% | 0.46% | - |
| HSV(B) | 51.47º | 0.93% | 0.86% | - |
| XYZ | 47.71 | 51.92 | 7.96 | - |
| YUV | 178.72 | 35.61 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 15 | 0 | 0.13 | 0.93 | 0.14 | 51.47 | 0.87 | 0.46 |
| Hex | DB | BE | F | 0 | D | 5D | E | 33 | 57 | 2E |
| Octal | 333 | 276 | 17 | 0 | 15 | 135 | 16 | 63 | 127 | 56 |
| Binary | 11011011 | 10111110 | 1111 | 0 | 1101 | 1011101 | 1110 | 110011 | 1010111 | 101110 |
Color Harmonies of #DBBE0F
Complementary color
Monochromatic Colors of #DBBE0F
Black with #DBBE0F
Text Example
Text Example
White with #DBBE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE0F; }
p { color: rgb(219,190,15); }
H1.HeaderClassName
{
color: #DBBE0F;
}
.AnyTagClassName
{
color: #DBBE0F;
}
</style>
background-color css
<style>
a { background-color: #DBBE0F; }
a { background-color: rgb(219,190,15); }
div.DivClassName
{
background-color: #DBBE0F;
}
.BgClassName
{
background-color: #DBBE0F;
}
</style>
border-color css
<style>
span { border-color: #DBBE0F; }
span { border-color: rgb(219,190,15); }
td.TdClassName
{
border-color: #DBBE0F;
}
.TagClassName
{
border-color: #DBBE0F;
}
</style>