Shades of Sunflower #DBC017
Tints of Sunflower #DBC017
RGB
CMYK
RGB Variations
Color information
#DBC017 (or 0xDBC017) is known color: Sunflower. HEX triplet: DB, C0 and 17. RGB value is (219,192,23). Sum of RGB (Red+Green+Blue) = 219+192+23=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC017 is #243FE8. Grayscale: #B5B5B5. Windows color (decimal): -2375657 or 1556699. OLE color: 1556699.
HSL color Cylindrical-coordinate representation of color #DBC017: hue angle of 51.73º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBC017 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 23 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.14 |
| HSL | 51.73º | 0.81% | 0.47% | - |
| HSV(B) | 51.73º | 0.89% | 0.86% | - |
| XYZ | 48.22 | 52.82 | 8.46 | - |
| YUV | 180.81 | 38.95 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 23 | 0 | 0.12 | 0.89 | 0.14 | 51.73 | 0.81 | 0.47 |
| Hex | DB | C0 | 17 | 0 | C | 59 | E | 34 | 51 | 2F |
| Octal | 333 | 300 | 27 | 0 | 14 | 131 | 16 | 64 | 121 | 57 |
| Binary | 11011011 | 11000000 | 10111 | 0 | 1100 | 1011001 | 1110 | 110100 | 1010001 | 101111 |
Color Harmonies of #DBC017
Complementary color
Monochromatic Colors of #DBC017
Black with #DBC017
Text Example
Text Example
White with #DBC017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC017; }
p { color: rgb(219,192,23); }
H1.HeaderClassName
{
color: #DBC017;
}
.AnyTagClassName
{
color: #DBC017;
}
</style>
background-color css
<style>
a { background-color: #DBC017; }
a { background-color: rgb(219,192,23); }
div.DivClassName
{
background-color: #DBC017;
}
.BgClassName
{
background-color: #DBC017;
}
</style>
border-color css
<style>
span { border-color: #DBC017; }
span { border-color: rgb(219,192,23); }
td.TdClassName
{
border-color: #DBC017;
}
.TagClassName
{
border-color: #DBC017;
}
</style>