Shades of Sunflower #DBC916
Tints of Sunflower #DBC916
RGB
CMYK
RGB Variations
Color information
#DBC916 (or 0xDBC916) is known color: Sunflower. HEX triplet: DB, C9 and 16. RGB value is (219,201,22). Sum of RGB (Red+Green+Blue) = 219+201+22=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC916 is #2436E9. Grayscale: #BABABA. Windows color (decimal): -2373354 or 1493467. OLE color: 1493467.
HSL color Cylindrical-coordinate representation of color #DBC916: hue angle of 54.52º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBC916 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 22 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.14 |
| HSL | 54.52º | 0.82% | 0.47% | - |
| HSV(B) | 54.52º | 0.9% | 0.86% | - |
| XYZ | 50.24 | 56.89 | 9.09 | - |
| YUV | 185.98 | 35.46 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 22 | 0 | 0.08 | 0.90 | 0.14 | 54.52 | 0.82 | 0.47 |
| Hex | DB | C9 | 16 | 0 | 8 | 5A | E | 37 | 52 | 2F |
| Octal | 333 | 311 | 26 | 0 | 10 | 132 | 16 | 67 | 122 | 57 |
| Binary | 11011011 | 11001001 | 10110 | 0 | 1000 | 1011010 | 1110 | 110111 | 1010010 | 101111 |
Color Harmonies of #DBC916
Complementary color
Monochromatic Colors of #DBC916
Black with #DBC916
Text Example
Text Example
White with #DBC916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC916; }
p { color: rgb(219,201,22); }
H1.HeaderClassName
{
color: #DBC916;
}
.AnyTagClassName
{
color: #DBC916;
}
</style>
background-color css
<style>
a { background-color: #DBC916; }
a { background-color: rgb(219,201,22); }
div.DivClassName
{
background-color: #DBC916;
}
.BgClassName
{
background-color: #DBC916;
}
</style>
border-color css
<style>
span { border-color: #DBC916; }
span { border-color: rgb(219,201,22); }
td.TdClassName
{
border-color: #DBC916;
}
.TagClassName
{
border-color: #DBC916;
}
</style>