Shades of Sunflower #DBB803
Tints of Sunflower #DBB803
RGB
CMYK
RGB Variations
Color information
#DBB803 (or 0xDBB803) is known color: Sunflower. HEX triplet: DB, B8 and 03. RGB value is (219,184,3). Sum of RGB (Red+Green+Blue) = 219+184+3=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB803 is #2447FC. Grayscale: #AEAEAE. Windows color (decimal): -2377725 or 243931. OLE color: 243931.
HSL color Cylindrical-coordinate representation of color #DBB803: hue angle of 50.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBB803 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 3 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.14 |
| HSL | 50.28º | 0.97% | 0.44% | - |
| HSV(B) | 50.28º | 0.99% | 0.86% | - |
| XYZ | 46.37 | 49.35 | 7.17 | - |
| YUV | 173.83 | 31.6 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 3 | 0 | 0.16 | 0.99 | 0.14 | 50.28 | 0.97 | 0.44 |
| Hex | DB | B8 | 3 | 0 | 10 | 63 | E | 32 | 61 | 2C |
| Octal | 333 | 270 | 3 | 0 | 20 | 143 | 16 | 62 | 141 | 54 |
| Binary | 11011011 | 10111000 | 11 | 0 | 10000 | 1100011 | 1110 | 110010 | 1100001 | 101100 |
Color Harmonies of #DBB803
Complementary color
Monochromatic Colors of #DBB803
Black with #DBB803
Text Example
Text Example
White with #DBB803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB803; }
p { color: rgb(219,184,3); }
H1.HeaderClassName
{
color: #DBB803;
}
.AnyTagClassName
{
color: #DBB803;
}
</style>
background-color css
<style>
a { background-color: #DBB803; }
a { background-color: rgb(219,184,3); }
div.DivClassName
{
background-color: #DBB803;
}
.BgClassName
{
background-color: #DBB803;
}
</style>
border-color css
<style>
span { border-color: #DBB803; }
span { border-color: rgb(219,184,3); }
td.TdClassName
{
border-color: #DBB803;
}
.TagClassName
{
border-color: #DBB803;
}
</style>