Shades of Sunflower #DBB20E
Tints of Sunflower #DBB20E
RGB
CMYK
RGB Variations
Color information
#DBB20E (or 0xDBB20E) is known color: Sunflower. HEX triplet: DB, B2 and 0E. RGB value is (219,178,14). Sum of RGB (Red+Green+Blue) = 219+178+14=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB20E is #244DF1. Grayscale: #ACACAC. Windows color (decimal): -2379250 or 963291. OLE color: 963291.
HSL color Cylindrical-coordinate representation of color #DBB20E: hue angle of 48º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBB20E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.14 |
| HSL | 48º | 0.88% | 0.46% | - |
| HSV(B) | 48º | 0.94% | 0.86% | - |
| XYZ | 45.21 | 46.93 | 7.09 | - |
| YUV | 171.56 | 39.08 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 14 | 0 | 0.19 | 0.94 | 0.14 | 48 | 0.88 | 0.46 |
| Hex | DB | B2 | E | 0 | 13 | 5E | E | 30 | 58 | 2E |
| Octal | 333 | 262 | 16 | 0 | 23 | 136 | 16 | 60 | 130 | 56 |
| Binary | 11011011 | 10110010 | 1110 | 0 | 10011 | 1011110 | 1110 | 110000 | 1011000 | 101110 |
Color Harmonies of #DBB20E
Complementary color
Monochromatic Colors of #DBB20E
Black with #DBB20E
Text Example
Text Example
White with #DBB20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB20E; }
p { color: rgb(219,178,14); }
H1.HeaderClassName
{
color: #DBB20E;
}
.AnyTagClassName
{
color: #DBB20E;
}
</style>
background-color css
<style>
a { background-color: #DBB20E; }
a { background-color: rgb(219,178,14); }
div.DivClassName
{
background-color: #DBB20E;
}
.BgClassName
{
background-color: #DBB20E;
}
</style>
border-color css
<style>
span { border-color: #DBB20E; }
span { border-color: rgb(219,178,14); }
td.TdClassName
{
border-color: #DBB20E;
}
.TagClassName
{
border-color: #DBB20E;
}
</style>