Shades of Sunflower #DBBD04
Tints of Sunflower #DBBD04
RGB
CMYK
RGB Variations
Color information
#DBBD04 (or 0xDBBD04) is known color: Sunflower. HEX triplet: DB, BD and 04. RGB value is (219,189,4). Sum of RGB (Red+Green+Blue) = 219+189+4=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBD04 is #2442FB. Grayscale: #B1B1B1. Windows color (decimal): -2376444 or 310747. OLE color: 310747.
HSL color Cylindrical-coordinate representation of color #DBBD04: hue angle of 51.63º 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 #DBBD04 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 4 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.14 |
| HSL | 51.63º | 0.96% | 0.44% | - |
| HSV(B) | 51.63º | 0.98% | 0.86% | - |
| XYZ | 47.43 | 51.46 | 7.55 | - |
| YUV | 176.88 | 30.44 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 4 | 0 | 0.14 | 0.98 | 0.14 | 51.63 | 0.96 | 0.44 |
| Hex | DB | BD | 4 | 0 | E | 62 | E | 34 | 60 | 2C |
| Octal | 333 | 275 | 4 | 0 | 16 | 142 | 16 | 64 | 140 | 54 |
| Binary | 11011011 | 10111101 | 100 | 0 | 1110 | 1100010 | 1110 | 110100 | 1100000 | 101100 |
Color Harmonies of #DBBD04
Complementary color
Monochromatic Colors of #DBBD04
Black with #DBBD04
Text Example
Text Example
White with #DBBD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD04; }
p { color: rgb(219,189,4); }
H1.HeaderClassName
{
color: #DBBD04;
}
.AnyTagClassName
{
color: #DBBD04;
}
</style>
background-color css
<style>
a { background-color: #DBBD04; }
a { background-color: rgb(219,189,4); }
div.DivClassName
{
background-color: #DBBD04;
}
.BgClassName
{
background-color: #DBBD04;
}
</style>
border-color css
<style>
span { border-color: #DBBD04; }
span { border-color: rgb(219,189,4); }
td.TdClassName
{
border-color: #DBBD04;
}
.TagClassName
{
border-color: #DBBD04;
}
</style>