Shades of Sunflower #DBB307
Tints of Sunflower #DBB307
RGB
CMYK
RGB Variations
Color information
#DBB307 (or 0xDBB307) is known color: Sunflower. HEX triplet: DB, B3 and 07. RGB value is (219,179,7). Sum of RGB (Red+Green+Blue) = 219+179+7=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB307 is #244CF8. Grayscale: #ACACAC. Windows color (decimal): -2379001 or 504795. OLE color: 504795.
HSL color Cylindrical-coordinate representation of color #DBB307: hue angle of 48.68º 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 #DBB307 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 7 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.14 |
| HSL | 48.68º | 0.94% | 0.44% | - |
| HSV(B) | 48.68º | 0.97% | 0.86% | - |
| XYZ | 45.37 | 47.32 | 6.94 | - |
| YUV | 171.35 | 35.25 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 7 | 0 | 0.18 | 0.97 | 0.14 | 48.68 | 0.94 | 0.44 |
| Hex | DB | B3 | 7 | 0 | 12 | 61 | E | 31 | 5E | 2C |
| Octal | 333 | 263 | 7 | 0 | 22 | 141 | 16 | 61 | 136 | 54 |
| Binary | 11011011 | 10110011 | 111 | 0 | 10010 | 1100001 | 1110 | 110001 | 1011110 | 101100 |
Color Harmonies of #DBB307
Complementary color
Monochromatic Colors of #DBB307
Black with #DBB307
Text Example
Text Example
White with #DBB307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB307; }
p { color: rgb(219,179,7); }
H1.HeaderClassName
{
color: #DBB307;
}
.AnyTagClassName
{
color: #DBB307;
}
</style>
background-color css
<style>
a { background-color: #DBB307; }
a { background-color: rgb(219,179,7); }
div.DivClassName
{
background-color: #DBB307;
}
.BgClassName
{
background-color: #DBB307;
}
</style>
border-color css
<style>
span { border-color: #DBB307; }
span { border-color: rgb(219,179,7); }
td.TdClassName
{
border-color: #DBB307;
}
.TagClassName
{
border-color: #DBB307;
}
</style>