Shades of Sunflower #DBB905
Tints of Sunflower #DBB905
RGB
CMYK
RGB Variations
Color information
#DBB905 (or 0xDBB905) is known color: Sunflower. HEX triplet: DB, B9 and 05. RGB value is (219,185,5). Sum of RGB (Red+Green+Blue) = 219+185+5=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB905 is #2446FA. Grayscale: #AFAFAF. Windows color (decimal): -2377467 or 375259. OLE color: 375259.
HSL color Cylindrical-coordinate representation of color #DBB905: hue angle of 50.47º 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 #DBB905 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.14 |
| HSL | 50.47º | 0.96% | 0.44% | - |
| HSV(B) | 50.47º | 0.98% | 0.86% | - |
| XYZ | 46.59 | 49.77 | 7.29 | - |
| YUV | 174.65 | 32.26 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 5 | 0 | 0.16 | 0.98 | 0.14 | 50.47 | 0.96 | 0.44 |
| Hex | DB | B9 | 5 | 0 | 10 | 62 | E | 32 | 60 | 2C |
| Octal | 333 | 271 | 5 | 0 | 20 | 142 | 16 | 62 | 140 | 54 |
| Binary | 11011011 | 10111001 | 101 | 0 | 10000 | 1100010 | 1110 | 110010 | 1100000 | 101100 |
Color Harmonies of #DBB905
Complementary color
Monochromatic Colors of #DBB905
Black with #DBB905
Text Example
Text Example
White with #DBB905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB905; }
p { color: rgb(219,185,5); }
H1.HeaderClassName
{
color: #DBB905;
}
.AnyTagClassName
{
color: #DBB905;
}
</style>
background-color css
<style>
a { background-color: #DBB905; }
a { background-color: rgb(219,185,5); }
div.DivClassName
{
background-color: #DBB905;
}
.BgClassName
{
background-color: #DBB905;
}
</style>
border-color css
<style>
span { border-color: #DBB905; }
span { border-color: rgb(219,185,5); }
td.TdClassName
{
border-color: #DBB905;
}
.TagClassName
{
border-color: #DBB905;
}
</style>