Shades of Sunflower #DBC014
Tints of Sunflower #DBC014
RGB
CMYK
RGB Variations
Color information
#DBC014 (or 0xDBC014) is known color: Sunflower. HEX triplet: DB, C0 and 14. RGB value is (219,192,20). Sum of RGB (Red+Green+Blue) = 219+192+20=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC014 is #243FEB. Grayscale: #B5B5B5. Windows color (decimal): -2375660 or 1360091. OLE color: 1360091.
HSL color Cylindrical-coordinate representation of color #DBC014: hue angle of 51.86º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBC014 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 20 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.14 |
| HSL | 51.86º | 0.83% | 0.47% | - |
| HSV(B) | 51.86º | 0.91% | 0.86% | - |
| XYZ | 48.19 | 52.81 | 8.32 | - |
| YUV | 180.47 | 37.45 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 20 | 0 | 0.12 | 0.91 | 0.14 | 51.86 | 0.83 | 0.47 |
| Hex | DB | C0 | 14 | 0 | C | 5B | E | 34 | 53 | 2F |
| Octal | 333 | 300 | 24 | 0 | 14 | 133 | 16 | 64 | 123 | 57 |
| Binary | 11011011 | 11000000 | 10100 | 0 | 1100 | 1011011 | 1110 | 110100 | 1010011 | 101111 |
Color Harmonies of #DBC014
Complementary color
Monochromatic Colors of #DBC014
Black with #DBC014
Text Example
Text Example
White with #DBC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC014; }
p { color: rgb(219,192,20); }
H1.HeaderClassName
{
color: #DBC014;
}
.AnyTagClassName
{
color: #DBC014;
}
</style>
background-color css
<style>
a { background-color: #DBC014; }
a { background-color: rgb(219,192,20); }
div.DivClassName
{
background-color: #DBC014;
}
.BgClassName
{
background-color: #DBC014;
}
</style>
border-color css
<style>
span { border-color: #DBC014; }
span { border-color: rgb(219,192,20); }
td.TdClassName
{
border-color: #DBC014;
}
.TagClassName
{
border-color: #DBC014;
}
</style>