Shades of Sunflower #DBBD06
Tints of Sunflower #DBBD06
RGB
CMYK
RGB Variations
Color information
#DBBD06 (or 0xDBBD06) is known color: Sunflower. HEX triplet: DB, BD and 06. RGB value is (219,189,6). Sum of RGB (Red+Green+Blue) = 219+189+6=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 6 (2.73% from 255 or 1.45% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBD06 is #2442F9. Grayscale: #B1B1B1. Windows color (decimal): -2376442 or 441819. OLE color: 441819.
HSL color Cylindrical-coordinate representation of color #DBBD06: hue angle of 51.55º 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 #DBBD06 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 6 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.14 |
| HSL | 51.55º | 0.95% | 0.44% | - |
| HSV(B) | 51.55º | 0.97% | 0.86% | - |
| XYZ | 47.44 | 51.47 | 7.61 | - |
| YUV | 177.11 | 31.44 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 6 | 0 | 0.14 | 0.97 | 0.14 | 51.55 | 0.95 | 0.44 |
| Hex | DB | BD | 6 | 0 | E | 61 | E | 34 | 5F | 2C |
| Octal | 333 | 275 | 6 | 0 | 16 | 141 | 16 | 64 | 137 | 54 |
| Binary | 11011011 | 10111101 | 110 | 0 | 1110 | 1100001 | 1110 | 110100 | 1011111 | 101100 |
Color Harmonies of #DBBD06
Complementary color
Monochromatic Colors of #DBBD06
Black with #DBBD06
Text Example
Text Example
White with #DBBD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD06; }
p { color: rgb(219,189,6); }
H1.HeaderClassName
{
color: #DBBD06;
}
.AnyTagClassName
{
color: #DBBD06;
}
</style>
background-color css
<style>
a { background-color: #DBBD06; }
a { background-color: rgb(219,189,6); }
div.DivClassName
{
background-color: #DBBD06;
}
.BgClassName
{
background-color: #DBBD06;
}
</style>
border-color css
<style>
span { border-color: #DBBD06; }
span { border-color: rgb(219,189,6); }
td.TdClassName
{
border-color: #DBBD06;
}
.TagClassName
{
border-color: #DBBD06;
}
</style>