Shades of Sunflower #DBB309
Tints of Sunflower #DBB309
RGB
CMYK
RGB Variations
Color information
#DBB309 (or 0xDBB309) is known color: Sunflower. HEX triplet: DB, B3 and 09. RGB value is (219,179,9). Sum of RGB (Red+Green+Blue) = 219+179+9=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB309 is #244CF6. Grayscale: #ACACAC. Windows color (decimal): -2378999 or 635867. OLE color: 635867.
HSL color Cylindrical-coordinate representation of color #DBB309: hue angle of 48.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBB309 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 9 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.14 |
| HSL | 48.57º | 0.92% | 0.45% | - |
| HSV(B) | 48.57º | 0.96% | 0.86% | - |
| XYZ | 45.38 | 47.32 | 7 | - |
| YUV | 171.58 | 36.25 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 9 | 0 | 0.18 | 0.96 | 0.14 | 48.57 | 0.92 | 0.45 |
| Hex | DB | B3 | 9 | 0 | 12 | 60 | E | 31 | 5C | 2D |
| Octal | 333 | 263 | 11 | 0 | 22 | 140 | 16 | 61 | 134 | 55 |
| Binary | 11011011 | 10110011 | 1001 | 0 | 10010 | 1100000 | 1110 | 110001 | 1011100 | 101101 |
Color Harmonies of #DBB309
Complementary color
Monochromatic Colors of #DBB309
Black with #DBB309
Text Example
Text Example
White with #DBB309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB309; }
p { color: rgb(219,179,9); }
H1.HeaderClassName
{
color: #DBB309;
}
.AnyTagClassName
{
color: #DBB309;
}
</style>
background-color css
<style>
a { background-color: #DBB309; }
a { background-color: rgb(219,179,9); }
div.DivClassName
{
background-color: #DBB309;
}
.BgClassName
{
background-color: #DBB309;
}
</style>
border-color css
<style>
span { border-color: #DBB309; }
span { border-color: rgb(219,179,9); }
td.TdClassName
{
border-color: #DBB309;
}
.TagClassName
{
border-color: #DBB309;
}
</style>