Shades of Sunflower #DBC61A
Tints of Sunflower #DBC61A
RGB
CMYK
RGB Variations
Color information
#DBC61A (or 0xDBC61A) is known color: Sunflower. HEX triplet: DB, C6 and 1A. RGB value is (219,198,26). Sum of RGB (Red+Green+Blue) = 219+198+26=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC61A is #2439E5. Grayscale: #B9B9B9. Windows color (decimal): -2374118 or 1754843. OLE color: 1754843.
HSL color Cylindrical-coordinate representation of color #DBC61A: hue angle of 53.47º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBC61A is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 26 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.14 |
| HSL | 53.47º | 0.79% | 0.48% | - |
| HSV(B) | 53.47º | 0.88% | 0.86% | - |
| XYZ | 49.59 | 55.52 | 9.08 | - |
| YUV | 184.67 | 38.46 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 26 | 0 | 0.10 | 0.88 | 0.14 | 53.47 | 0.79 | 0.48 |
| Hex | DB | C6 | 1A | 0 | A | 58 | E | 35 | 4F | 30 |
| Octal | 333 | 306 | 32 | 0 | 12 | 130 | 16 | 65 | 117 | 60 |
| Binary | 11011011 | 11000110 | 11010 | 0 | 1010 | 1011000 | 1110 | 110101 | 1001111 | 110000 |
Color Harmonies of #DBC61A
Complementary color
Monochromatic Colors of #DBC61A
Black with #DBC61A
Text Example
Text Example
White with #DBC61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC61A; }
p { color: rgb(219,198,26); }
H1.HeaderClassName
{
color: #DBC61A;
}
.AnyTagClassName
{
color: #DBC61A;
}
</style>
background-color css
<style>
a { background-color: #DBC61A; }
a { background-color: rgb(219,198,26); }
div.DivClassName
{
background-color: #DBC61A;
}
.BgClassName
{
background-color: #DBC61A;
}
</style>
border-color css
<style>
span { border-color: #DBC61A; }
span { border-color: rgb(219,198,26); }
td.TdClassName
{
border-color: #DBC61A;
}
.TagClassName
{
border-color: #DBC61A;
}
</style>