Shades of Sunflower #DBBC20
Tints of Sunflower #DBBC20
RGB
CMYK
RGB Variations
Color information
#DBBC20 (or 0xDBBC20) is known color: Sunflower. HEX triplet: DB, BC and 20. RGB value is (219,188,32). Sum of RGB (Red+Green+Blue) = 219+188+32=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC20 is #2443DF. Grayscale: #B4B4B4. Windows color (decimal): -2376672 or 2145499. OLE color: 2145499.
HSL color Cylindrical-coordinate representation of color #DBBC20: hue angle of 50.05º 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 #DBBC20 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 32 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.14 |
| HSL | 50.05º | 0.75% | 0.49% | - |
| HSV(B) | 50.05º | 0.85% | 0.86% | - |
| XYZ | 47.46 | 51.13 | 8.73 | - |
| YUV | 179.49 | 44.77 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 32 | 0 | 0.14 | 0.85 | 0.14 | 50.05 | 0.75 | 0.49 |
| Hex | DB | BC | 20 | 0 | E | 55 | E | 32 | 4B | 31 |
| Octal | 333 | 274 | 40 | 0 | 16 | 125 | 16 | 62 | 113 | 61 |
| Binary | 11011011 | 10111100 | 100000 | 0 | 1110 | 1010101 | 1110 | 110010 | 1001011 | 110001 |
Color Harmonies of #DBBC20
Complementary color
Monochromatic Colors of #DBBC20
Black with #DBBC20
Text Example
Text Example
White with #DBBC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC20; }
p { color: rgb(219,188,32); }
H1.HeaderClassName
{
color: #DBBC20;
}
.AnyTagClassName
{
color: #DBBC20;
}
</style>
background-color css
<style>
a { background-color: #DBBC20; }
a { background-color: rgb(219,188,32); }
div.DivClassName
{
background-color: #DBBC20;
}
.BgClassName
{
background-color: #DBBC20;
}
</style>
border-color css
<style>
span { border-color: #DBBC20; }
span { border-color: rgb(219,188,32); }
td.TdClassName
{
border-color: #DBBC20;
}
.TagClassName
{
border-color: #DBBC20;
}
</style>