Shades of Sunflower #DBB301
Tints of Sunflower #DBB301
RGB
CMYK
RGB Variations
Color information
#DBB301 (or 0xDBB301) is known color: Sunflower. HEX triplet: DB, B3 and 01. RGB value is (219,179,1). Sum of RGB (Red+Green+Blue) = 219+179+1=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB301 is #244CFE. Grayscale: #ABABAB. Windows color (decimal): -2379007 or 111579. OLE color: 111579.
HSL color Cylindrical-coordinate representation of color #DBB301: hue angle of 48.99º 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 #DBB301 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 1 | - |
| CMYK | 0 | 0.18 | 1.00 | 0.14 |
| HSL | 48.99º | 0.99% | 0.43% | - |
| HSV(B) | 48.99º | 1% | 0.86% | - |
| XYZ | 45.34 | 47.3 | 6.77 | - |
| YUV | 170.67 | 32.25 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 1 | 0 | 0.18 | 1.00 | 0.14 | 48.99 | 0.99 | 0.43 |
| Hex | DB | B3 | 1 | 0 | 12 | 64 | E | 31 | 63 | 2B |
| Octal | 333 | 263 | 1 | 0 | 22 | 144 | 16 | 61 | 143 | 53 |
| Binary | 11011011 | 10110011 | 1 | 0 | 10010 | 1100100 | 1110 | 110001 | 1100011 | 101011 |
Color Harmonies of #DBB301
Complementary color
Monochromatic Colors of #DBB301
Black with #DBB301
Text Example
Text Example
White with #DBB301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB301; }
p { color: rgb(219,179,1); }
H1.HeaderClassName
{
color: #DBB301;
}
.AnyTagClassName
{
color: #DBB301;
}
</style>
background-color css
<style>
a { background-color: #DBB301; }
a { background-color: rgb(219,179,1); }
div.DivClassName
{
background-color: #DBB301;
}
.BgClassName
{
background-color: #DBB301;
}
</style>
border-color css
<style>
span { border-color: #DBB301; }
span { border-color: rgb(219,179,1); }
td.TdClassName
{
border-color: #DBB301;
}
.TagClassName
{
border-color: #DBB301;
}
</style>