Shades of Sunflower #DBBE20
Tints of Sunflower #DBBE20
RGB
CMYK
RGB Variations
Color information
#DBBE20 (or 0xDBBE20) is known color: Sunflower. HEX triplet: DB, BE and 20. RGB value is (219,190,32). Sum of RGB (Red+Green+Blue) = 219+190+32=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE20 is #2441DF. Grayscale: #B5B5B5. Windows color (decimal): -2376160 or 2146011. OLE color: 2146011.
HSL color Cylindrical-coordinate representation of color #DBBE20: hue angle of 50.7º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBBE20 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 32 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.14 |
| HSL | 50.7º | 0.75% | 0.49% | - |
| HSV(B) | 50.7º | 0.85% | 0.86% | - |
| XYZ | 47.89 | 51.99 | 8.88 | - |
| YUV | 180.66 | 44.11 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 32 | 0 | 0.13 | 0.85 | 0.14 | 50.7 | 0.75 | 0.49 |
| Hex | DB | BE | 20 | 0 | D | 55 | E | 33 | 4B | 31 |
| Octal | 333 | 276 | 40 | 0 | 15 | 125 | 16 | 63 | 113 | 61 |
| Binary | 11011011 | 10111110 | 100000 | 0 | 1101 | 1010101 | 1110 | 110011 | 1001011 | 110001 |
Color Harmonies of #DBBE20
Complementary color
Monochromatic Colors of #DBBE20
Black with #DBBE20
Text Example
Text Example
White with #DBBE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE20; }
p { color: rgb(219,190,32); }
H1.HeaderClassName
{
color: #DBBE20;
}
.AnyTagClassName
{
color: #DBBE20;
}
</style>
background-color css
<style>
a { background-color: #DBBE20; }
a { background-color: rgb(219,190,32); }
div.DivClassName
{
background-color: #DBBE20;
}
.BgClassName
{
background-color: #DBBE20;
}
</style>
border-color css
<style>
span { border-color: #DBBE20; }
span { border-color: rgb(219,190,32); }
td.TdClassName
{
border-color: #DBBE20;
}
.TagClassName
{
border-color: #DBBE20;
}
</style>