Shades of Sunflower #DBC013
Tints of Sunflower #DBC013
RGB
CMYK
RGB Variations
Color information
#DBC013 (or 0xDBC013) is known color: Sunflower. HEX triplet: DB, C0 and 13. RGB value is (219,192,19). Sum of RGB (Red+Green+Blue) = 219+192+19=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC013 is #243FEC. Grayscale: #B5B5B5. Windows color (decimal): -2375661 or 1294555. OLE color: 1294555.
HSL color Cylindrical-coordinate representation of color #DBC013: hue angle of 51.9º degrees, saturation: 0.84, 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 #DBC013 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 19 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.14 |
| HSL | 51.9º | 0.84% | 0.47% | - |
| HSV(B) | 51.9º | 0.91% | 0.86% | - |
| XYZ | 48.18 | 52.81 | 8.27 | - |
| YUV | 180.35 | 36.95 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 19 | 0 | 0.12 | 0.91 | 0.14 | 51.9 | 0.84 | 0.47 |
| Hex | DB | C0 | 13 | 0 | C | 5B | E | 34 | 54 | 2F |
| Octal | 333 | 300 | 23 | 0 | 14 | 133 | 16 | 64 | 124 | 57 |
| Binary | 11011011 | 11000000 | 10011 | 0 | 1100 | 1011011 | 1110 | 110100 | 1010100 | 101111 |
Color Harmonies of #DBC013
Complementary color
Monochromatic Colors of #DBC013
Black with #DBC013
Text Example
Text Example
White with #DBC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC013; }
p { color: rgb(219,192,19); }
H1.HeaderClassName
{
color: #DBC013;
}
.AnyTagClassName
{
color: #DBC013;
}
</style>
background-color css
<style>
a { background-color: #DBC013; }
a { background-color: rgb(219,192,19); }
div.DivClassName
{
background-color: #DBC013;
}
.BgClassName
{
background-color: #DBC013;
}
</style>
border-color css
<style>
span { border-color: #DBC013; }
span { border-color: rgb(219,192,19); }
td.TdClassName
{
border-color: #DBC013;
}
.TagClassName
{
border-color: #DBC013;
}
</style>