Shades of Sunflower #DBBC06
Tints of Sunflower #DBBC06
RGB
CMYK
RGB Variations
Color information
#DBBC06 (or 0xDBBC06) is known color: Sunflower. HEX triplet: DB, BC and 06. RGB value is (219,188,6). Sum of RGB (Red+Green+Blue) = 219+188+6=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 6 (2.73% from 255 or 1.45% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBC06 is #2443F9. Grayscale: #B1B1B1. Windows color (decimal): -2376698 or 441563. OLE color: 441563.
HSL color Cylindrical-coordinate representation of color #DBBC06: hue angle of 51.27º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBBC06 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 6 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.14 |
| HSL | 51.27º | 0.95% | 0.44% | - |
| HSV(B) | 51.27º | 0.97% | 0.86% | - |
| XYZ | 47.23 | 51.04 | 7.53 | - |
| YUV | 176.52 | 31.77 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 6 | 0 | 0.14 | 0.97 | 0.14 | 51.27 | 0.95 | 0.44 |
| Hex | DB | BC | 6 | 0 | E | 61 | E | 33 | 5F | 2C |
| Octal | 333 | 274 | 6 | 0 | 16 | 141 | 16 | 63 | 137 | 54 |
| Binary | 11011011 | 10111100 | 110 | 0 | 1110 | 1100001 | 1110 | 110011 | 1011111 | 101100 |
Color Harmonies of #DBBC06
Complementary color
Monochromatic Colors of #DBBC06
Black with #DBBC06
Text Example
Text Example
White with #DBBC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC06; }
p { color: rgb(219,188,6); }
H1.HeaderClassName
{
color: #DBBC06;
}
.AnyTagClassName
{
color: #DBBC06;
}
</style>
background-color css
<style>
a { background-color: #DBBC06; }
a { background-color: rgb(219,188,6); }
div.DivClassName
{
background-color: #DBBC06;
}
.BgClassName
{
background-color: #DBBC06;
}
</style>
border-color css
<style>
span { border-color: #DBBC06; }
span { border-color: rgb(219,188,6); }
td.TdClassName
{
border-color: #DBBC06;
}
.TagClassName
{
border-color: #DBBC06;
}
</style>