Shades of Sunflower #DBB801
Tints of Sunflower #DBB801
RGB
CMYK
RGB Variations
Color information
#DBB801 (or 0xDBB801) is known color: Sunflower. HEX triplet: DB, B8 and 01. RGB value is (219,184,1). Sum of RGB (Red+Green+Blue) = 219+184+1=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB801 is #2447FE. Grayscale: #AEAEAE. Windows color (decimal): -2377727 or 112859. OLE color: 112859.
HSL color Cylindrical-coordinate representation of color #DBB801: hue angle of 50.37º 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 #DBB801 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.14 |
| HSL | 50.37º | 0.99% | 0.43% | - |
| HSV(B) | 50.37º | 1% | 0.86% | - |
| XYZ | 46.36 | 49.34 | 7.11 | - |
| YUV | 173.6 | 30.6 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 1 | 0 | 0.16 | 1.00 | 0.14 | 50.37 | 0.99 | 0.43 |
| Hex | DB | B8 | 1 | 0 | 10 | 64 | E | 32 | 63 | 2B |
| Octal | 333 | 270 | 1 | 0 | 20 | 144 | 16 | 62 | 143 | 53 |
| Binary | 11011011 | 10111000 | 1 | 0 | 10000 | 1100100 | 1110 | 110010 | 1100011 | 101011 |
Color Harmonies of #DBB801
Complementary color
Monochromatic Colors of #DBB801
Black with #DBB801
Text Example
Text Example
White with #DBB801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB801; }
p { color: rgb(219,184,1); }
H1.HeaderClassName
{
color: #DBB801;
}
.AnyTagClassName
{
color: #DBB801;
}
</style>
background-color css
<style>
a { background-color: #DBB801; }
a { background-color: rgb(219,184,1); }
div.DivClassName
{
background-color: #DBB801;
}
.BgClassName
{
background-color: #DBB801;
}
</style>
border-color css
<style>
span { border-color: #DBB801; }
span { border-color: rgb(219,184,1); }
td.TdClassName
{
border-color: #DBB801;
}
.TagClassName
{
border-color: #DBB801;
}
</style>