Shades of Sunflower #DBC61D
Tints of Sunflower #DBC61D
RGB
CMYK
RGB Variations
Color information
#DBC61D (or 0xDBC61D) is known color: Sunflower. HEX triplet: DB, C6 and 1D. RGB value is (219,198,29). Sum of RGB (Red+Green+Blue) = 219+198+29=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC61D is #2439E2. Grayscale: #B9B9B9. Windows color (decimal): -2374115 or 1951451. OLE color: 1951451.
HSL color Cylindrical-coordinate representation of color #DBC61D: hue angle of 53.37º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBC61D is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 29 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.14 |
| HSL | 53.37º | 0.77% | 0.49% | - |
| HSV(B) | 53.37º | 0.87% | 0.86% | - |
| XYZ | 49.63 | 55.54 | 9.27 | - |
| YUV | 185.01 | 39.96 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 29 | 0 | 0.10 | 0.87 | 0.14 | 53.37 | 0.77 | 0.49 |
| Hex | DB | C6 | 1D | 0 | A | 57 | E | 35 | 4D | 31 |
| Octal | 333 | 306 | 35 | 0 | 12 | 127 | 16 | 65 | 115 | 61 |
| Binary | 11011011 | 11000110 | 11101 | 0 | 1010 | 1010111 | 1110 | 110101 | 1001101 | 110001 |
Color Harmonies of #DBC61D
Complementary color
Monochromatic Colors of #DBC61D
Black with #DBC61D
Text Example
Text Example
White with #DBC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC61D; }
p { color: rgb(219,198,29); }
H1.HeaderClassName
{
color: #DBC61D;
}
.AnyTagClassName
{
color: #DBC61D;
}
</style>
background-color css
<style>
a { background-color: #DBC61D; }
a { background-color: rgb(219,198,29); }
div.DivClassName
{
background-color: #DBC61D;
}
.BgClassName
{
background-color: #DBC61D;
}
</style>
border-color css
<style>
span { border-color: #DBC61D; }
span { border-color: rgb(219,198,29); }
td.TdClassName
{
border-color: #DBC61D;
}
.TagClassName
{
border-color: #DBC61D;
}
</style>