Shades of Sunflower #DBB50A
Tints of Sunflower #DBB50A
RGB
CMYK
RGB Variations
Color information
#DBB50A (or 0xDBB50A) is known color: Sunflower. HEX triplet: DB, B5 and 0A. RGB value is (219,181,10). Sum of RGB (Red+Green+Blue) = 219+181+10=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB50A is #244AF5. Grayscale: #ADADAD. Windows color (decimal): -2378486 or 701915. OLE color: 701915.
HSL color Cylindrical-coordinate representation of color #DBB50A: hue angle of 49.09º 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 #DBB50A is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 10 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.14 |
| HSL | 49.09º | 0.91% | 0.45% | - |
| HSV(B) | 49.09º | 0.95% | 0.86% | - |
| XYZ | 45.79 | 48.13 | 7.16 | - |
| YUV | 172.87 | 36.09 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 10 | 0 | 0.17 | 0.95 | 0.14 | 49.09 | 0.91 | 0.45 |
| Hex | DB | B5 | A | 0 | 11 | 5F | E | 31 | 5B | 2D |
| Octal | 333 | 265 | 12 | 0 | 21 | 137 | 16 | 61 | 133 | 55 |
| Binary | 11011011 | 10110101 | 1010 | 0 | 10001 | 1011111 | 1110 | 110001 | 1011011 | 101101 |
Color Harmonies of #DBB50A
Complementary color
Monochromatic Colors of #DBB50A
Black with #DBB50A
Text Example
Text Example
White with #DBB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB50A; }
p { color: rgb(219,181,10); }
H1.HeaderClassName
{
color: #DBB50A;
}
.AnyTagClassName
{
color: #DBB50A;
}
</style>
background-color css
<style>
a { background-color: #DBB50A; }
a { background-color: rgb(219,181,10); }
div.DivClassName
{
background-color: #DBB50A;
}
.BgClassName
{
background-color: #DBB50A;
}
</style>
border-color css
<style>
span { border-color: #DBB50A; }
span { border-color: rgb(219,181,10); }
td.TdClassName
{
border-color: #DBB50A;
}
.TagClassName
{
border-color: #DBB50A;
}
</style>