Shades of Sunflower #DBC815
Tints of Sunflower #DBC815
RGB
CMYK
RGB Variations
Color information
#DBC815 (or 0xDBC815) is known color: Sunflower. HEX triplet: DB, C8 and 15. RGB value is (219,200,21). Sum of RGB (Red+Green+Blue) = 219+200+21=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 21 (8.59% from 255 or 4.77% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC815 is #2437EA. Grayscale: #BABABA. Windows color (decimal): -2373611 or 1427675. OLE color: 1427675.
HSL color Cylindrical-coordinate representation of color #DBC815: hue angle of 54.24º 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 #DBC815 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 21 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.14 |
| HSL | 54.24º | 0.83% | 0.47% | - |
| HSV(B) | 54.24º | 0.9% | 0.86% | - |
| XYZ | 50 | 56.42 | 8.96 | - |
| YUV | 185.28 | 35.29 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 21 | 0 | 0.09 | 0.90 | 0.14 | 54.24 | 0.83 | 0.47 |
| Hex | DB | C8 | 15 | 0 | 9 | 5A | E | 36 | 52 | 2F |
| Octal | 333 | 310 | 25 | 0 | 11 | 132 | 16 | 66 | 122 | 57 |
| Binary | 11011011 | 11001000 | 10101 | 0 | 1001 | 1011010 | 1110 | 110110 | 1010010 | 101111 |
Color Harmonies of #DBC815
Complementary color
Monochromatic Colors of #DBC815
Black with #DBC815
Text Example
Text Example
White with #DBC815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC815; }
p { color: rgb(219,200,21); }
H1.HeaderClassName
{
color: #DBC815;
}
.AnyTagClassName
{
color: #DBC815;
}
</style>
background-color css
<style>
a { background-color: #DBC815; }
a { background-color: rgb(219,200,21); }
div.DivClassName
{
background-color: #DBC815;
}
.BgClassName
{
background-color: #DBC815;
}
</style>
border-color css
<style>
span { border-color: #DBC815; }
span { border-color: rgb(219,200,21); }
td.TdClassName
{
border-color: #DBC815;
}
.TagClassName
{
border-color: #DBC815;
}
</style>