Shades of Sunflower #DBC40A
Tints of Sunflower #DBC40A
RGB
CMYK
RGB Variations
Color information
#DBC40A (or 0xDBC40A) is known color: Sunflower. HEX triplet: DB, C4 and 0A. RGB value is (219,196,10). Sum of RGB (Red+Green+Blue) = 219+196+10=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC40A is #243BF5. Grayscale: #B6B6B6. Windows color (decimal): -2374646 or 705755. OLE color: 705755.
HSL color Cylindrical-coordinate representation of color #DBC40A: hue angle of 53.4º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBC40A is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 10 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.14 |
| HSL | 53.4º | 0.91% | 0.45% | - |
| HSV(B) | 53.4º | 0.95% | 0.86% | - |
| XYZ | 49.01 | 54.56 | 8.24 | - |
| YUV | 181.67 | 31.12 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 10 | 0 | 0.11 | 0.95 | 0.14 | 53.4 | 0.91 | 0.45 |
| Hex | DB | C4 | A | 0 | B | 5F | E | 35 | 5B | 2D |
| Octal | 333 | 304 | 12 | 0 | 13 | 137 | 16 | 65 | 133 | 55 |
| Binary | 11011011 | 11000100 | 1010 | 0 | 1011 | 1011111 | 1110 | 110101 | 1011011 | 101101 |
Color Harmonies of #DBC40A
Complementary color
Monochromatic Colors of #DBC40A
Black with #DBC40A
Text Example
Text Example
White with #DBC40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC40A; }
p { color: rgb(219,196,10); }
H1.HeaderClassName
{
color: #DBC40A;
}
.AnyTagClassName
{
color: #DBC40A;
}
</style>
background-color css
<style>
a { background-color: #DBC40A; }
a { background-color: rgb(219,196,10); }
div.DivClassName
{
background-color: #DBC40A;
}
.BgClassName
{
background-color: #DBC40A;
}
</style>
border-color css
<style>
span { border-color: #DBC40A; }
span { border-color: rgb(219,196,10); }
td.TdClassName
{
border-color: #DBC40A;
}
.TagClassName
{
border-color: #DBC40A;
}
</style>