Shades of Sunflower #DBBE10
Tints of Sunflower #DBBE10
RGB
CMYK
RGB Variations
Color information
#DBBE10 (or 0xDBBE10) is known color: Sunflower. HEX triplet: DB, BE and 10. RGB value is (219,190,16). Sum of RGB (Red+Green+Blue) = 219+190+16=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBE10 is #2441EF. Grayscale: #B3B3B3. Windows color (decimal): -2376176 or 1097435. OLE color: 1097435.
HSL color Cylindrical-coordinate representation of color #DBBE10: hue angle of 51.43º degrees, saturation: 0.86, 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 #DBBE10 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 16 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.14 |
| HSL | 51.43º | 0.86% | 0.46% | - |
| HSV(B) | 51.43º | 0.93% | 0.86% | - |
| XYZ | 47.72 | 51.92 | 8 | - |
| YUV | 178.84 | 36.11 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 16 | 0 | 0.13 | 0.93 | 0.14 | 51.43 | 0.86 | 0.46 |
| Hex | DB | BE | 10 | 0 | D | 5D | E | 33 | 56 | 2E |
| Octal | 333 | 276 | 20 | 0 | 15 | 135 | 16 | 63 | 126 | 56 |
| Binary | 11011011 | 10111110 | 10000 | 0 | 1101 | 1011101 | 1110 | 110011 | 1010110 | 101110 |
Color Harmonies of #DBBE10
Complementary color
Monochromatic Colors of #DBBE10
Black with #DBBE10
Text Example
Text Example
White with #DBBE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE10; }
p { color: rgb(219,190,16); }
H1.HeaderClassName
{
color: #DBBE10;
}
.AnyTagClassName
{
color: #DBBE10;
}
</style>
background-color css
<style>
a { background-color: #DBBE10; }
a { background-color: rgb(219,190,16); }
div.DivClassName
{
background-color: #DBBE10;
}
.BgClassName
{
background-color: #DBBE10;
}
</style>
border-color css
<style>
span { border-color: #DBBE10; }
span { border-color: rgb(219,190,16); }
td.TdClassName
{
border-color: #DBBE10;
}
.TagClassName
{
border-color: #DBBE10;
}
</style>