Shades of Sunflower #DBC111
Tints of Sunflower #DBC111
RGB
CMYK
RGB Variations
Color information
#DBC111 (or 0xDBC111) is known color: Sunflower. HEX triplet: DB, C1 and 11. RGB value is (219,193,17). Sum of RGB (Red+Green+Blue) = 219+193+17=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC111 is #243EEE. Grayscale: #B5B5B5. Windows color (decimal): -2375407 or 1163739. OLE color: 1163739.
HSL color Cylindrical-coordinate representation of color #DBC111: hue angle of 52.28º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBC111 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 17 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.14 |
| HSL | 52.28º | 0.86% | 0.46% | - |
| HSV(B) | 52.28º | 0.92% | 0.86% | - |
| XYZ | 48.38 | 53.24 | 8.26 | - |
| YUV | 180.71 | 35.61 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 17 | 0 | 0.12 | 0.92 | 0.14 | 52.28 | 0.86 | 0.46 |
| Hex | DB | C1 | 11 | 0 | C | 5C | E | 34 | 56 | 2E |
| Octal | 333 | 301 | 21 | 0 | 14 | 134 | 16 | 64 | 126 | 56 |
| Binary | 11011011 | 11000001 | 10001 | 0 | 1100 | 1011100 | 1110 | 110100 | 1010110 | 101110 |
Color Harmonies of #DBC111
Complementary color
Monochromatic Colors of #DBC111
Black with #DBC111
Text Example
Text Example
White with #DBC111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC111; }
p { color: rgb(219,193,17); }
H1.HeaderClassName
{
color: #DBC111;
}
.AnyTagClassName
{
color: #DBC111;
}
</style>
background-color css
<style>
a { background-color: #DBC111; }
a { background-color: rgb(219,193,17); }
div.DivClassName
{
background-color: #DBC111;
}
.BgClassName
{
background-color: #DBC111;
}
</style>
border-color css
<style>
span { border-color: #DBC111; }
span { border-color: rgb(219,193,17); }
td.TdClassName
{
border-color: #DBC111;
}
.TagClassName
{
border-color: #DBC111;
}
</style>