Shades of Sunflower #DBB501
Tints of Sunflower #DBB501
RGB
CMYK
RGB Variations
Color information
#DBB501 (or 0xDBB501) is known color: Sunflower. HEX triplet: DB, B5 and 01. RGB value is (219,181,1). Sum of RGB (Red+Green+Blue) = 219+181+1=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB501 is #244AFE. Grayscale: #ACACAC. Windows color (decimal): -2378495 or 112091. OLE color: 112091.
HSL color Cylindrical-coordinate representation of color #DBB501: hue angle of 49.54º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBB501 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.14 |
| HSL | 49.54º | 0.99% | 0.43% | - |
| HSV(B) | 49.54º | 1% | 0.86% | - |
| XYZ | 45.74 | 48.11 | 6.9 | - |
| YUV | 171.84 | 31.59 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 1 | 0 | 0.17 | 1.00 | 0.14 | 49.54 | 0.99 | 0.43 |
| Hex | DB | B5 | 1 | 0 | 11 | 64 | E | 32 | 63 | 2B |
| Octal | 333 | 265 | 1 | 0 | 21 | 144 | 16 | 62 | 143 | 53 |
| Binary | 11011011 | 10110101 | 1 | 0 | 10001 | 1100100 | 1110 | 110010 | 1100011 | 101011 |
Color Harmonies of #DBB501
Complementary color
Monochromatic Colors of #DBB501
Black with #DBB501
Text Example
Text Example
White with #DBB501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB501; }
p { color: rgb(219,181,1); }
H1.HeaderClassName
{
color: #DBB501;
}
.AnyTagClassName
{
color: #DBB501;
}
</style>
background-color css
<style>
a { background-color: #DBB501; }
a { background-color: rgb(219,181,1); }
div.DivClassName
{
background-color: #DBB501;
}
.BgClassName
{
background-color: #DBB501;
}
</style>
border-color css
<style>
span { border-color: #DBB501; }
span { border-color: rgb(219,181,1); }
td.TdClassName
{
border-color: #DBB501;
}
.TagClassName
{
border-color: #DBB501;
}
</style>