Shades of Sunflower #DBBA1C
Tints of Sunflower #DBBA1C
RGB
CMYK
RGB Variations
Color information
#DBBA1C (or 0xDBBA1C) is known color: Sunflower. HEX triplet: DB, BA and 1C. RGB value is (219,186,28). Sum of RGB (Red+Green+Blue) = 219+186+28=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA1C is #2445E3. Grayscale: #B2B2B2. Windows color (decimal): -2377188 or 1882843. OLE color: 1882843.
HSL color Cylindrical-coordinate representation of color #DBBA1C: hue angle of 49.63º 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 #DBBA1C is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 28 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.14 |
| HSL | 49.63º | 0.77% | 0.48% | - |
| HSV(B) | 49.63º | 0.87% | 0.86% | - |
| XYZ | 46.98 | 50.26 | 8.32 | - |
| YUV | 177.86 | 43.43 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 28 | 0 | 0.15 | 0.87 | 0.14 | 49.63 | 0.77 | 0.48 |
| Hex | DB | BA | 1C | 0 | F | 57 | E | 32 | 4D | 30 |
| Octal | 333 | 272 | 34 | 0 | 17 | 127 | 16 | 62 | 115 | 60 |
| Binary | 11011011 | 10111010 | 11100 | 0 | 1111 | 1010111 | 1110 | 110010 | 1001101 | 110000 |
Color Harmonies of #DBBA1C
Complementary color
Monochromatic Colors of #DBBA1C
Black with #DBBA1C
Text Example
Text Example
White with #DBBA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA1C; }
p { color: rgb(219,186,28); }
H1.HeaderClassName
{
color: #DBBA1C;
}
.AnyTagClassName
{
color: #DBBA1C;
}
</style>
background-color css
<style>
a { background-color: #DBBA1C; }
a { background-color: rgb(219,186,28); }
div.DivClassName
{
background-color: #DBBA1C;
}
.BgClassName
{
background-color: #DBBA1C;
}
</style>
border-color css
<style>
span { border-color: #DBBA1C; }
span { border-color: rgb(219,186,28); }
td.TdClassName
{
border-color: #DBBA1C;
}
.TagClassName
{
border-color: #DBBA1C;
}
</style>