Shades of Sunflower #DBB504
Tints of Sunflower #DBB504
RGB
CMYK
RGB Variations
Color information
#DBB504 (or 0xDBB504) is known color: Sunflower. HEX triplet: DB, B5 and 04. RGB value is (219,181,4). Sum of RGB (Red+Green+Blue) = 219+181+4=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB504 is #244AFB. Grayscale: #ACACAC. Windows color (decimal): -2378492 or 308699. OLE color: 308699.
HSL color Cylindrical-coordinate representation of color #DBB504: hue angle of 49.4º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBB504 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.14 |
| HSL | 49.4º | 0.96% | 0.44% | - |
| HSV(B) | 49.4º | 0.98% | 0.86% | - |
| XYZ | 45.76 | 48.12 | 6.99 | - |
| YUV | 172.18 | 33.09 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 4 | 0 | 0.17 | 0.98 | 0.14 | 49.4 | 0.96 | 0.44 |
| Hex | DB | B5 | 4 | 0 | 11 | 62 | E | 31 | 60 | 2C |
| Octal | 333 | 265 | 4 | 0 | 21 | 142 | 16 | 61 | 140 | 54 |
| Binary | 11011011 | 10110101 | 100 | 0 | 10001 | 1100010 | 1110 | 110001 | 1100000 | 101100 |
Color Harmonies of #DBB504
Complementary color
Monochromatic Colors of #DBB504
Black with #DBB504
Text Example
Text Example
White with #DBB504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB504; }
p { color: rgb(219,181,4); }
H1.HeaderClassName
{
color: #DBB504;
}
.AnyTagClassName
{
color: #DBB504;
}
</style>
background-color css
<style>
a { background-color: #DBB504; }
a { background-color: rgb(219,181,4); }
div.DivClassName
{
background-color: #DBB504;
}
.BgClassName
{
background-color: #DBB504;
}
</style>
border-color css
<style>
span { border-color: #DBB504; }
span { border-color: rgb(219,181,4); }
td.TdClassName
{
border-color: #DBB504;
}
.TagClassName
{
border-color: #DBB504;
}
</style>