Shades of Sunflower #DBC020
Tints of Sunflower #DBC020
RGB
CMYK
RGB Variations
Color information
#DBC020 (or 0xDBC020) is known color: Sunflower. HEX triplet: DB, C0 and 20. RGB value is (219,192,32). Sum of RGB (Red+Green+Blue) = 219+192+32=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC020 is #243FDF. Grayscale: #B6B6B6. Windows color (decimal): -2375648 or 2146523. OLE color: 2146523.
HSL color Cylindrical-coordinate representation of color #DBC020: hue angle of 51.34º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBC020 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 32 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.14 |
| HSL | 51.34º | 0.75% | 0.49% | - |
| HSV(B) | 51.34º | 0.85% | 0.86% | - |
| XYZ | 48.32 | 52.86 | 9.02 | - |
| YUV | 181.83 | 43.45 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 32 | 0 | 0.12 | 0.85 | 0.14 | 51.34 | 0.75 | 0.49 |
| Hex | DB | C0 | 20 | 0 | C | 55 | E | 33 | 4B | 31 |
| Octal | 333 | 300 | 40 | 0 | 14 | 125 | 16 | 63 | 113 | 61 |
| Binary | 11011011 | 11000000 | 100000 | 0 | 1100 | 1010101 | 1110 | 110011 | 1001011 | 110001 |
Color Harmonies of #DBC020
Complementary color
Monochromatic Colors of #DBC020
Black with #DBC020
Text Example
Text Example
White with #DBC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC020; }
p { color: rgb(219,192,32); }
H1.HeaderClassName
{
color: #DBC020;
}
.AnyTagClassName
{
color: #DBC020;
}
</style>
background-color css
<style>
a { background-color: #DBC020; }
a { background-color: rgb(219,192,32); }
div.DivClassName
{
background-color: #DBC020;
}
.BgClassName
{
background-color: #DBC020;
}
</style>
border-color css
<style>
span { border-color: #DBC020; }
span { border-color: rgb(219,192,32); }
td.TdClassName
{
border-color: #DBC020;
}
.TagClassName
{
border-color: #DBC020;
}
</style>