Shades of Sunflower #DBB607
Tints of Sunflower #DBB607
RGB
CMYK
RGB Variations
Color information
#DBB607 (or 0xDBB607) is known color: Sunflower. HEX triplet: DB, B6 and 07. RGB value is (219,182,7). Sum of RGB (Red+Green+Blue) = 219+182+7=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB607 is #2449F8. Grayscale: #ADADAD. Windows color (decimal): -2378233 or 505563. OLE color: 505563.
HSL color Cylindrical-coordinate representation of color #DBB607: hue angle of 49.53º degrees, saturation: 0.94, 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 #DBB607 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 7 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.14 |
| HSL | 49.53º | 0.94% | 0.44% | - |
| HSV(B) | 49.53º | 0.97% | 0.86% | - |
| XYZ | 45.98 | 48.53 | 7.15 | - |
| YUV | 173.11 | 34.26 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 7 | 0 | 0.17 | 0.97 | 0.14 | 49.53 | 0.94 | 0.44 |
| Hex | DB | B6 | 7 | 0 | 11 | 61 | E | 32 | 5E | 2C |
| Octal | 333 | 266 | 7 | 0 | 21 | 141 | 16 | 62 | 136 | 54 |
| Binary | 11011011 | 10110110 | 111 | 0 | 10001 | 1100001 | 1110 | 110010 | 1011110 | 101100 |
Color Harmonies of #DBB607
Complementary color
Monochromatic Colors of #DBB607
Black with #DBB607
Text Example
Text Example
White with #DBB607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB607; }
p { color: rgb(219,182,7); }
H1.HeaderClassName
{
color: #DBB607;
}
.AnyTagClassName
{
color: #DBB607;
}
</style>
background-color css
<style>
a { background-color: #DBB607; }
a { background-color: rgb(219,182,7); }
div.DivClassName
{
background-color: #DBB607;
}
.BgClassName
{
background-color: #DBB607;
}
</style>
border-color css
<style>
span { border-color: #DBB607; }
span { border-color: rgb(219,182,7); }
td.TdClassName
{
border-color: #DBB607;
}
.TagClassName
{
border-color: #DBB607;
}
</style>