Shades of Sunflower #DBB91C
Tints of Sunflower #DBB91C
RGB
CMYK
RGB Variations
Color information
#DBB91C (or 0xDBB91C) is known color: Sunflower. HEX triplet: DB, B9 and 1C. RGB value is (219,185,28). Sum of RGB (Red+Green+Blue) = 219+185+28=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB91C is #2446E3. Grayscale: #B1B1B1. Windows color (decimal): -2377444 or 1882587. OLE color: 1882587.
HSL color Cylindrical-coordinate representation of color #DBB91C: hue angle of 49.32º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBB91C is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 28 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.14 |
| HSL | 49.32º | 0.77% | 0.48% | - |
| HSV(B) | 49.32º | 0.87% | 0.86% | - |
| XYZ | 46.77 | 49.84 | 8.25 | - |
| YUV | 177.27 | 43.76 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 28 | 0 | 0.16 | 0.87 | 0.14 | 49.32 | 0.77 | 0.48 |
| Hex | DB | B9 | 1C | 0 | 10 | 57 | E | 31 | 4D | 30 |
| Octal | 333 | 271 | 34 | 0 | 20 | 127 | 16 | 61 | 115 | 60 |
| Binary | 11011011 | 10111001 | 11100 | 0 | 10000 | 1010111 | 1110 | 110001 | 1001101 | 110000 |
Color Harmonies of #DBB91C
Complementary color
Monochromatic Colors of #DBB91C
Black with #DBB91C
Text Example
Text Example
White with #DBB91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB91C; }
p { color: rgb(219,185,28); }
H1.HeaderClassName
{
color: #DBB91C;
}
.AnyTagClassName
{
color: #DBB91C;
}
</style>
background-color css
<style>
a { background-color: #DBB91C; }
a { background-color: rgb(219,185,28); }
div.DivClassName
{
background-color: #DBB91C;
}
.BgClassName
{
background-color: #DBB91C;
}
</style>
border-color css
<style>
span { border-color: #DBB91C; }
span { border-color: rgb(219,185,28); }
td.TdClassName
{
border-color: #DBB91C;
}
.TagClassName
{
border-color: #DBB91C;
}
</style>