Shades of Sunflower #DBB514
Tints of Sunflower #DBB514
RGB
CMYK
RGB Variations
Color information
#DBB514 (or 0xDBB514) is known color: Sunflower. HEX triplet: DB, B5 and 14. RGB value is (219,181,20). Sum of RGB (Red+Green+Blue) = 219+181+20=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB514 is #244AEB. Grayscale: #AEAEAE. Windows color (decimal): -2378476 or 1357275. OLE color: 1357275.
HSL color Cylindrical-coordinate representation of color #DBB514: hue angle of 48.54º 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 #DBB514 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 20 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.14 |
| HSL | 48.54º | 0.83% | 0.47% | - |
| HSV(B) | 48.54º | 0.91% | 0.86% | - |
| XYZ | 45.86 | 48.16 | 7.54 | - |
| YUV | 174.01 | 41.09 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 20 | 0 | 0.17 | 0.91 | 0.14 | 48.54 | 0.83 | 0.47 |
| Hex | DB | B5 | 14 | 0 | 11 | 5B | E | 31 | 53 | 2F |
| Octal | 333 | 265 | 24 | 0 | 21 | 133 | 16 | 61 | 123 | 57 |
| Binary | 11011011 | 10110101 | 10100 | 0 | 10001 | 1011011 | 1110 | 110001 | 1010011 | 101111 |
Color Harmonies of #DBB514
Complementary color
Monochromatic Colors of #DBB514
Black with #DBB514
Text Example
Text Example
White with #DBB514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB514; }
p { color: rgb(219,181,20); }
H1.HeaderClassName
{
color: #DBB514;
}
.AnyTagClassName
{
color: #DBB514;
}
</style>
background-color css
<style>
a { background-color: #DBB514; }
a { background-color: rgb(219,181,20); }
div.DivClassName
{
background-color: #DBB514;
}
.BgClassName
{
background-color: #DBB514;
}
</style>
border-color css
<style>
span { border-color: #DBB514; }
span { border-color: rgb(219,181,20); }
td.TdClassName
{
border-color: #DBB514;
}
.TagClassName
{
border-color: #DBB514;
}
</style>