Shades of Sunflower #DBB900
Tints of Sunflower #DBB900
RGB
CMYK
RGB Variations
Color information
#DBB900 (or 0xDBB900) is known color: Sunflower. HEX triplet: DB, B9 and 00. RGB value is (219,185,0). Sum of RGB (Red+Green+Blue) = 219+185+0=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB900 is #2446FF. Grayscale: #AEAEAE. Windows color (decimal): -2377472 or 47579. OLE color: 47579.
HSL color Cylindrical-coordinate representation of color #DBB900: hue angle of 50.68º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBB900 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.14 |
| HSL | 50.68º | 1% | 0.43% | - |
| HSV(B) | 50.68º | 1% | 0.86% | - |
| XYZ | 46.56 | 49.76 | 7.15 | - |
| YUV | 174.08 | 29.76 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 0 | 0 | 0.16 | 1 | 0.14 | 50.68 | 1 | 0.43 |
| Hex | DB | B9 | 0 | 0 | 10 | 64 | E | 33 | 64 | 2B |
| Octal | 333 | 271 | 0 | 0 | 20 | 144 | 16 | 63 | 144 | 53 |
| Binary | 11011011 | 10111001 | 0 | 0 | 10000 | 1100100 | 1110 | 110011 | 1100100 | 101011 |
Color Harmonies of #DBB900
Complementary color
Monochromatic Colors of #DBB900
Black with #DBB900
Text Example
Text Example
White with #DBB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB900; }
p { color: rgb(219,185,0); }
H1.HeaderClassName
{
color: #DBB900;
}
.AnyTagClassName
{
color: #DBB900;
}
</style>
background-color css
<style>
a { background-color: #DBB900; }
a { background-color: rgb(219,185,0); }
div.DivClassName
{
background-color: #DBB900;
}
.BgClassName
{
background-color: #DBB900;
}
</style>
border-color css
<style>
span { border-color: #DBB900; }
span { border-color: rgb(219,185,0); }
td.TdClassName
{
border-color: #DBB900;
}
.TagClassName
{
border-color: #DBB900;
}
</style>