Shades of Sunflower #DBBC04
Tints of Sunflower #DBBC04
RGB
CMYK
RGB Variations
Color information
#DBBC04 (or 0xDBBC04) is known color: Sunflower. HEX triplet: DB, BC and 04. RGB value is (219,188,4). Sum of RGB (Red+Green+Blue) = 219+188+4=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBC04 is #2443FB. Grayscale: #B1B1B1. Windows color (decimal): -2376700 or 310491. OLE color: 310491.
HSL color Cylindrical-coordinate representation of color #DBBC04: hue angle of 51.35º 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 #DBBC04 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 4 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.14 |
| HSL | 51.35º | 0.96% | 0.44% | - |
| HSV(B) | 51.35º | 0.98% | 0.86% | - |
| XYZ | 47.22 | 51.04 | 7.48 | - |
| YUV | 176.29 | 30.77 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 4 | 0 | 0.14 | 0.98 | 0.14 | 51.35 | 0.96 | 0.44 |
| Hex | DB | BC | 4 | 0 | E | 62 | E | 33 | 60 | 2C |
| Octal | 333 | 274 | 4 | 0 | 16 | 142 | 16 | 63 | 140 | 54 |
| Binary | 11011011 | 10111100 | 100 | 0 | 1110 | 1100010 | 1110 | 110011 | 1100000 | 101100 |
Color Harmonies of #DBBC04
Complementary color
Monochromatic Colors of #DBBC04
Black with #DBBC04
Text Example
Text Example
White with #DBBC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC04; }
p { color: rgb(219,188,4); }
H1.HeaderClassName
{
color: #DBBC04;
}
.AnyTagClassName
{
color: #DBBC04;
}
</style>
background-color css
<style>
a { background-color: #DBBC04; }
a { background-color: rgb(219,188,4); }
div.DivClassName
{
background-color: #DBBC04;
}
.BgClassName
{
background-color: #DBBC04;
}
</style>
border-color css
<style>
span { border-color: #DBBC04; }
span { border-color: rgb(219,188,4); }
td.TdClassName
{
border-color: #DBBC04;
}
.TagClassName
{
border-color: #DBBC04;
}
</style>