Shades of Sunflower #DBB614
Tints of Sunflower #DBB614
RGB
CMYK
RGB Variations
Color information
#DBB614 (or 0xDBB614) is known color: Sunflower. HEX triplet: DB, B6 and 14. RGB value is (219,182,20). Sum of RGB (Red+Green+Blue) = 219+182+20=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB614 is #2449EB. Grayscale: #AFAFAF. Windows color (decimal): -2378220 or 1357531. OLE color: 1357531.
HSL color Cylindrical-coordinate representation of color #DBB614: hue angle of 48.84º 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 #DBB614 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 20 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.14 |
| HSL | 48.84º | 0.83% | 0.47% | - |
| HSV(B) | 48.84º | 0.91% | 0.86% | - |
| XYZ | 46.07 | 48.57 | 7.61 | - |
| YUV | 174.6 | 40.76 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 20 | 0 | 0.17 | 0.91 | 0.14 | 48.84 | 0.83 | 0.47 |
| Hex | DB | B6 | 14 | 0 | 11 | 5B | E | 31 | 53 | 2F |
| Octal | 333 | 266 | 24 | 0 | 21 | 133 | 16 | 61 | 123 | 57 |
| Binary | 11011011 | 10110110 | 10100 | 0 | 10001 | 1011011 | 1110 | 110001 | 1010011 | 101111 |
Color Harmonies of #DBB614
Complementary color
Monochromatic Colors of #DBB614
Black with #DBB614
Text Example
Text Example
White with #DBB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB614; }
p { color: rgb(219,182,20); }
H1.HeaderClassName
{
color: #DBB614;
}
.AnyTagClassName
{
color: #DBB614;
}
</style>
background-color css
<style>
a { background-color: #DBB614; }
a { background-color: rgb(219,182,20); }
div.DivClassName
{
background-color: #DBB614;
}
.BgClassName
{
background-color: #DBB614;
}
</style>
border-color css
<style>
span { border-color: #DBB614; }
span { border-color: rgb(219,182,20); }
td.TdClassName
{
border-color: #DBB614;
}
.TagClassName
{
border-color: #DBB614;
}
</style>