Shades of Sunflower #DBB70A
Tints of Sunflower #DBB70A
RGB
CMYK
RGB Variations
Color information
#DBB70A (or 0xDBB70A) is known color: Sunflower. HEX triplet: DB, B7 and 0A. RGB value is (219,183,10). Sum of RGB (Red+Green+Blue) = 219+183+10=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB70A is #2448F5. Grayscale: #AEAEAE. Windows color (decimal): -2377974 or 702427. OLE color: 702427.
HSL color Cylindrical-coordinate representation of color #DBB70A: hue angle of 49.67º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBB70A is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 10 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.14 |
| HSL | 49.67º | 0.91% | 0.45% | - |
| HSV(B) | 49.67º | 0.95% | 0.86% | - |
| XYZ | 46.2 | 48.95 | 7.3 | - |
| YUV | 174.04 | 35.43 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 10 | 0 | 0.16 | 0.95 | 0.14 | 49.67 | 0.91 | 0.45 |
| Hex | DB | B7 | A | 0 | 10 | 5F | E | 32 | 5B | 2D |
| Octal | 333 | 267 | 12 | 0 | 20 | 137 | 16 | 62 | 133 | 55 |
| Binary | 11011011 | 10110111 | 1010 | 0 | 10000 | 1011111 | 1110 | 110010 | 1011011 | 101101 |
Color Harmonies of #DBB70A
Complementary color
Monochromatic Colors of #DBB70A
Black with #DBB70A
Text Example
Text Example
White with #DBB70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB70A; }
p { color: rgb(219,183,10); }
H1.HeaderClassName
{
color: #DBB70A;
}
.AnyTagClassName
{
color: #DBB70A;
}
</style>
background-color css
<style>
a { background-color: #DBB70A; }
a { background-color: rgb(219,183,10); }
div.DivClassName
{
background-color: #DBB70A;
}
.BgClassName
{
background-color: #DBB70A;
}
</style>
border-color css
<style>
span { border-color: #DBB70A; }
span { border-color: rgb(219,183,10); }
td.TdClassName
{
border-color: #DBB70A;
}
.TagClassName
{
border-color: #DBB70A;
}
</style>