Shades of Sunflower #DBB706
Tints of Sunflower #DBB706
RGB
CMYK
RGB Variations
Color information
#DBB706 (or 0xDBB706) is known color: Sunflower. HEX triplet: DB, B7 and 06. RGB value is (219,183,6). Sum of RGB (Red+Green+Blue) = 219+183+6=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB706 is #2448F9. Grayscale: #AEAEAE. Windows color (decimal): -2377978 or 440283. OLE color: 440283.
HSL color Cylindrical-coordinate representation of color #DBB706: hue angle of 49.86º 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 #DBB706 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 6 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.14 |
| HSL | 49.86º | 0.95% | 0.44% | - |
| HSV(B) | 49.86º | 0.97% | 0.86% | - |
| XYZ | 46.18 | 48.94 | 7.18 | - |
| YUV | 173.59 | 33.43 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 6 | 0 | 0.16 | 0.97 | 0.14 | 49.86 | 0.95 | 0.44 |
| Hex | DB | B7 | 6 | 0 | 10 | 61 | E | 32 | 5F | 2C |
| Octal | 333 | 267 | 6 | 0 | 20 | 141 | 16 | 62 | 137 | 54 |
| Binary | 11011011 | 10110111 | 110 | 0 | 10000 | 1100001 | 1110 | 110010 | 1011111 | 101100 |
Color Harmonies of #DBB706
Complementary color
Monochromatic Colors of #DBB706
Black with #DBB706
Text Example
Text Example
White with #DBB706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB706; }
p { color: rgb(219,183,6); }
H1.HeaderClassName
{
color: #DBB706;
}
.AnyTagClassName
{
color: #DBB706;
}
</style>
background-color css
<style>
a { background-color: #DBB706; }
a { background-color: rgb(219,183,6); }
div.DivClassName
{
background-color: #DBB706;
}
.BgClassName
{
background-color: #DBB706;
}
</style>
border-color css
<style>
span { border-color: #DBB706; }
span { border-color: rgb(219,183,6); }
td.TdClassName
{
border-color: #DBB706;
}
.TagClassName
{
border-color: #DBB706;
}
</style>