Shades of Sunflower #DBBC05
Tints of Sunflower #DBBC05
RGB
CMYK
RGB Variations
Color information
#DBBC05 (or 0xDBBC05) is known color: Sunflower. HEX triplet: DB, BC and 05. RGB value is (219,188,5). Sum of RGB (Red+Green+Blue) = 219+188+5=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBC05 is #2443FA. Grayscale: #B1B1B1. Windows color (decimal): -2376699 or 376027. OLE color: 376027.
HSL color Cylindrical-coordinate representation of color #DBBC05: hue angle of 51.31º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBBC05 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 5 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.14 |
| HSL | 51.31º | 0.96% | 0.44% | - |
| HSV(B) | 51.31º | 0.98% | 0.86% | - |
| XYZ | 47.22 | 51.04 | 7.51 | - |
| YUV | 176.41 | 31.27 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 5 | 0 | 0.14 | 0.98 | 0.14 | 51.31 | 0.96 | 0.44 |
| Hex | DB | BC | 5 | 0 | E | 62 | E | 33 | 60 | 2C |
| Octal | 333 | 274 | 5 | 0 | 16 | 142 | 16 | 63 | 140 | 54 |
| Binary | 11011011 | 10111100 | 101 | 0 | 1110 | 1100010 | 1110 | 110011 | 1100000 | 101100 |
Color Harmonies of #DBBC05
Complementary color
Monochromatic Colors of #DBBC05
Black with #DBBC05
Text Example
Text Example
White with #DBBC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC05; }
p { color: rgb(219,188,5); }
H1.HeaderClassName
{
color: #DBBC05;
}
.AnyTagClassName
{
color: #DBBC05;
}
</style>
background-color css
<style>
a { background-color: #DBBC05; }
a { background-color: rgb(219,188,5); }
div.DivClassName
{
background-color: #DBBC05;
}
.BgClassName
{
background-color: #DBBC05;
}
</style>
border-color css
<style>
span { border-color: #DBBC05; }
span { border-color: rgb(219,188,5); }
td.TdClassName
{
border-color: #DBBC05;
}
.TagClassName
{
border-color: #DBBC05;
}
</style>