Shades of Sunflower #DBB305
Tints of Sunflower #DBB305
RGB
CMYK
RGB Variations
Color information
#DBB305 (or 0xDBB305) is known color: Sunflower. HEX triplet: DB, B3 and 05. RGB value is (219,179,5). Sum of RGB (Red+Green+Blue) = 219+179+5=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB305 is #244CFA. Grayscale: #ABABAB. Windows color (decimal): -2379003 or 373723. OLE color: 373723.
HSL color Cylindrical-coordinate representation of color #DBB305: hue angle of 48.79º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBB305 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 5 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.14 |
| HSL | 48.79º | 0.96% | 0.44% | - |
| HSV(B) | 48.79º | 0.98% | 0.86% | - |
| XYZ | 45.36 | 47.31 | 6.88 | - |
| YUV | 171.12 | 34.25 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 5 | 0 | 0.18 | 0.98 | 0.14 | 48.79 | 0.96 | 0.44 |
| Hex | DB | B3 | 5 | 0 | 12 | 62 | E | 31 | 60 | 2C |
| Octal | 333 | 263 | 5 | 0 | 22 | 142 | 16 | 61 | 140 | 54 |
| Binary | 11011011 | 10110011 | 101 | 0 | 10010 | 1100010 | 1110 | 110001 | 1100000 | 101100 |
Color Harmonies of #DBB305
Complementary color
Monochromatic Colors of #DBB305
Black with #DBB305
Text Example
Text Example
White with #DBB305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB305; }
p { color: rgb(219,179,5); }
H1.HeaderClassName
{
color: #DBB305;
}
.AnyTagClassName
{
color: #DBB305;
}
</style>
background-color css
<style>
a { background-color: #DBB305; }
a { background-color: rgb(219,179,5); }
div.DivClassName
{
background-color: #DBB305;
}
.BgClassName
{
background-color: #DBB305;
}
</style>
border-color css
<style>
span { border-color: #DBB305; }
span { border-color: rgb(219,179,5); }
td.TdClassName
{
border-color: #DBB305;
}
.TagClassName
{
border-color: #DBB305;
}
</style>