Shades of Sunflower #DBC614
Tints of Sunflower #DBC614
RGB
CMYK
RGB Variations
Color information
#DBC614 (or 0xDBC614) is known color: Sunflower. HEX triplet: DB, C6 and 14. RGB value is (219,198,20). Sum of RGB (Red+Green+Blue) = 219+198+20=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC614 is #2439EB. Grayscale: #B8B8B8. Windows color (decimal): -2374124 or 1361627. OLE color: 1361627.
HSL color Cylindrical-coordinate representation of color #DBC614: hue angle of 53.67º degrees, saturation: 0.83, 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 #DBC614 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 20 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.14 |
| HSL | 53.67º | 0.83% | 0.47% | - |
| HSV(B) | 53.67º | 0.91% | 0.86% | - |
| XYZ | 49.53 | 55.5 | 8.76 | - |
| YUV | 183.99 | 35.46 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 20 | 0 | 0.10 | 0.91 | 0.14 | 53.67 | 0.83 | 0.47 |
| Hex | DB | C6 | 14 | 0 | A | 5B | E | 36 | 53 | 2F |
| Octal | 333 | 306 | 24 | 0 | 12 | 133 | 16 | 66 | 123 | 57 |
| Binary | 11011011 | 11000110 | 10100 | 0 | 1010 | 1011011 | 1110 | 110110 | 1010011 | 101111 |
Color Harmonies of #DBC614
Complementary color
Monochromatic Colors of #DBC614
Black with #DBC614
Text Example
Text Example
White with #DBC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC614; }
p { color: rgb(219,198,20); }
H1.HeaderClassName
{
color: #DBC614;
}
.AnyTagClassName
{
color: #DBC614;
}
</style>
background-color css
<style>
a { background-color: #DBC614; }
a { background-color: rgb(219,198,20); }
div.DivClassName
{
background-color: #DBC614;
}
.BgClassName
{
background-color: #DBC614;
}
</style>
border-color css
<style>
span { border-color: #DBC614; }
span { border-color: rgb(219,198,20); }
td.TdClassName
{
border-color: #DBC614;
}
.TagClassName
{
border-color: #DBC614;
}
</style>