Shades of Sunflower #DBC015
Tints of Sunflower #DBC015
RGB
CMYK
RGB Variations
Color information
#DBC015 (or 0xDBC015) is known color: Sunflower. HEX triplet: DB, C0 and 15. RGB value is (219,192,21). Sum of RGB (Red+Green+Blue) = 219+192+21=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 21 (8.59% from 255 or 4.86% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC015 is #243FEA. Grayscale: #B5B5B5. Windows color (decimal): -2375659 or 1425627. OLE color: 1425627.
HSL color Cylindrical-coordinate representation of color #DBC015: hue angle of 51.82º 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 #DBC015 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 21 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.14 |
| HSL | 51.82º | 0.83% | 0.47% | - |
| HSV(B) | 51.82º | 0.9% | 0.86% | - |
| XYZ | 48.2 | 52.81 | 8.36 | - |
| YUV | 180.58 | 37.95 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 21 | 0 | 0.12 | 0.90 | 0.14 | 51.82 | 0.83 | 0.47 |
| Hex | DB | C0 | 15 | 0 | C | 5A | E | 34 | 52 | 2F |
| Octal | 333 | 300 | 25 | 0 | 14 | 132 | 16 | 64 | 122 | 57 |
| Binary | 11011011 | 11000000 | 10101 | 0 | 1100 | 1011010 | 1110 | 110100 | 1010010 | 101111 |
Color Harmonies of #DBC015
Complementary color
Monochromatic Colors of #DBC015
Black with #DBC015
Text Example
Text Example
White with #DBC015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC015; }
p { color: rgb(219,192,21); }
H1.HeaderClassName
{
color: #DBC015;
}
.AnyTagClassName
{
color: #DBC015;
}
</style>
background-color css
<style>
a { background-color: #DBC015; }
a { background-color: rgb(219,192,21); }
div.DivClassName
{
background-color: #DBC015;
}
.BgClassName
{
background-color: #DBC015;
}
</style>
border-color css
<style>
span { border-color: #DBC015; }
span { border-color: rgb(219,192,21); }
td.TdClassName
{
border-color: #DBC015;
}
.TagClassName
{
border-color: #DBC015;
}
</style>