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