Shades of Sunflower #DBBC08
Tints of Sunflower #DBBC08
RGB
CMYK
RGB Variations
Color information
#DBBC08 (or 0xDBBC08) is known color: Sunflower. HEX triplet: DB, BC and 08. RGB value is (219,188,8). Sum of RGB (Red+Green+Blue) = 219+188+8=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 8 (3.52% from 255 or 1.93% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBC08 is #2443F7. Grayscale: #B1B1B1. Windows color (decimal): -2376696 or 572635. OLE color: 572635.
HSL color Cylindrical-coordinate representation of color #DBBC08: hue angle of 51.18º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBBC08 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.14 |
| HSL | 51.18º | 0.93% | 0.45% | - |
| HSV(B) | 51.18º | 0.96% | 0.86% | - |
| XYZ | 47.24 | 51.04 | 7.59 | - |
| YUV | 176.75 | 32.77 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 8 | 0 | 0.14 | 0.96 | 0.14 | 51.18 | 0.93 | 0.45 |
| Hex | DB | BC | 8 | 0 | E | 60 | E | 33 | 5D | 2D |
| Octal | 333 | 274 | 10 | 0 | 16 | 140 | 16 | 63 | 135 | 55 |
| Binary | 11011011 | 10111100 | 1000 | 0 | 1110 | 1100000 | 1110 | 110011 | 1011101 | 101101 |
Color Harmonies of #DBBC08
Complementary color
Monochromatic Colors of #DBBC08
Black with #DBBC08
Text Example
Text Example
White with #DBBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC08; }
p { color: rgb(219,188,8); }
H1.HeaderClassName
{
color: #DBBC08;
}
.AnyTagClassName
{
color: #DBBC08;
}
</style>
background-color css
<style>
a { background-color: #DBBC08; }
a { background-color: rgb(219,188,8); }
div.DivClassName
{
background-color: #DBBC08;
}
.BgClassName
{
background-color: #DBBC08;
}
</style>
border-color css
<style>
span { border-color: #DBBC08; }
span { border-color: rgb(219,188,8); }
td.TdClassName
{
border-color: #DBBC08;
}
.TagClassName
{
border-color: #DBBC08;
}
</style>