Shades of Sunflower #DBB308
Tints of Sunflower #DBB308
RGB
CMYK
RGB Variations
Color information
#DBB308 (or 0xDBB308) is known color: Sunflower. HEX triplet: DB, B3 and 08. RGB value is (219,179,8). Sum of RGB (Red+Green+Blue) = 219+179+8=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB308 is #244CF7. Grayscale: #ACACAC. Windows color (decimal): -2379000 or 570331. OLE color: 570331.
HSL color Cylindrical-coordinate representation of color #DBB308: hue angle of 48.63º degrees, saturation: 0.93, 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 #DBB308 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 8 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.14 |
| HSL | 48.63º | 0.93% | 0.45% | - |
| HSV(B) | 48.63º | 0.96% | 0.86% | - |
| XYZ | 45.38 | 47.32 | 6.97 | - |
| YUV | 171.47 | 35.75 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 8 | 0 | 0.18 | 0.96 | 0.14 | 48.63 | 0.93 | 0.45 |
| Hex | DB | B3 | 8 | 0 | 12 | 60 | E | 31 | 5D | 2D |
| Octal | 333 | 263 | 10 | 0 | 22 | 140 | 16 | 61 | 135 | 55 |
| Binary | 11011011 | 10110011 | 1000 | 0 | 10010 | 1100000 | 1110 | 110001 | 1011101 | 101101 |
Color Harmonies of #DBB308
Complementary color
Monochromatic Colors of #DBB308
Black with #DBB308
Text Example
Text Example
White with #DBB308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB308; }
p { color: rgb(219,179,8); }
H1.HeaderClassName
{
color: #DBB308;
}
.AnyTagClassName
{
color: #DBB308;
}
</style>
background-color css
<style>
a { background-color: #DBB308; }
a { background-color: rgb(219,179,8); }
div.DivClassName
{
background-color: #DBB308;
}
.BgClassName
{
background-color: #DBB308;
}
</style>
border-color css
<style>
span { border-color: #DBB308; }
span { border-color: rgb(219,179,8); }
td.TdClassName
{
border-color: #DBB308;
}
.TagClassName
{
border-color: #DBB308;
}
</style>