Shades of Sunflower #DBB701
Tints of Sunflower #DBB701
RGB
CMYK
RGB Variations
Color information
#DBB701 (or 0xDBB701) is known color: Sunflower. HEX triplet: DB, B7 and 01. RGB value is (219,183,1). Sum of RGB (Red+Green+Blue) = 219+183+1=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB701 is #2448FE. Grayscale: #ADADAD. Windows color (decimal): -2377983 or 112603. OLE color: 112603.
HSL color Cylindrical-coordinate representation of color #DBB701: hue angle of 50.09º 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 #DBB701 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.14 |
| HSL | 50.09º | 0.99% | 0.43% | - |
| HSV(B) | 50.09º | 1% | 0.86% | - |
| XYZ | 46.15 | 48.93 | 7.04 | - |
| YUV | 173.02 | 30.93 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 1 | 0 | 0.16 | 1.00 | 0.14 | 50.09 | 0.99 | 0.43 |
| Hex | DB | B7 | 1 | 0 | 10 | 64 | E | 32 | 63 | 2B |
| Octal | 333 | 267 | 1 | 0 | 20 | 144 | 16 | 62 | 143 | 53 |
| Binary | 11011011 | 10110111 | 1 | 0 | 10000 | 1100100 | 1110 | 110010 | 1100011 | 101011 |
Color Harmonies of #DBB701
Complementary color
Monochromatic Colors of #DBB701
Black with #DBB701
Text Example
Text Example
White with #DBB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB701; }
p { color: rgb(219,183,1); }
H1.HeaderClassName
{
color: #DBB701;
}
.AnyTagClassName
{
color: #DBB701;
}
</style>
background-color css
<style>
a { background-color: #DBB701; }
a { background-color: rgb(219,183,1); }
div.DivClassName
{
background-color: #DBB701;
}
.BgClassName
{
background-color: #DBB701;
}
</style>
border-color css
<style>
span { border-color: #DBB701; }
span { border-color: rgb(219,183,1); }
td.TdClassName
{
border-color: #DBB701;
}
.TagClassName
{
border-color: #DBB701;
}
</style>