Shades of Sunflower #DBB708
Tints of Sunflower #DBB708
RGB
CMYK
RGB Variations
Color information
#DBB708 (or 0xDBB708) is known color: Sunflower. HEX triplet: DB, B7 and 08. RGB value is (219,183,8). Sum of RGB (Red+Green+Blue) = 219+183+8=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB708 is #2448F7. Grayscale: #AEAEAE. Windows color (decimal): -2377976 or 571355. OLE color: 571355.
HSL color Cylindrical-coordinate representation of color #DBB708: hue angle of 49.76º 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 #DBB708 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 8 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.14 |
| HSL | 49.76º | 0.93% | 0.45% | - |
| HSV(B) | 49.76º | 0.96% | 0.86% | - |
| XYZ | 46.19 | 48.94 | 7.24 | - |
| YUV | 173.81 | 34.43 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 8 | 0 | 0.16 | 0.96 | 0.14 | 49.76 | 0.93 | 0.45 |
| Hex | DB | B7 | 8 | 0 | 10 | 60 | E | 32 | 5D | 2D |
| Octal | 333 | 267 | 10 | 0 | 20 | 140 | 16 | 62 | 135 | 55 |
| Binary | 11011011 | 10110111 | 1000 | 0 | 10000 | 1100000 | 1110 | 110010 | 1011101 | 101101 |
Color Harmonies of #DBB708
Complementary color
Monochromatic Colors of #DBB708
Black with #DBB708
Text Example
Text Example
White with #DBB708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB708; }
p { color: rgb(219,183,8); }
H1.HeaderClassName
{
color: #DBB708;
}
.AnyTagClassName
{
color: #DBB708;
}
</style>
background-color css
<style>
a { background-color: #DBB708; }
a { background-color: rgb(219,183,8); }
div.DivClassName
{
background-color: #DBB708;
}
.BgClassName
{
background-color: #DBB708;
}
</style>
border-color css
<style>
span { border-color: #DBB708; }
span { border-color: rgb(219,183,8); }
td.TdClassName
{
border-color: #DBB708;
}
.TagClassName
{
border-color: #DBB708;
}
</style>