Shades of Sunflower #DBBF0D
Tints of Sunflower #DBBF0D
RGB
CMYK
RGB Variations
Color information
#DBBF0D (or 0xDBBF0D) is known color: Sunflower. HEX triplet: DB, BF and 0D. RGB value is (219,191,13). Sum of RGB (Red+Green+Blue) = 219+191+13=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBF0D is #2440F2. Grayscale: #B3B3B3. Windows color (decimal): -2375923 or 901083. OLE color: 901083.
HSL color Cylindrical-coordinate representation of color #DBBF0D: hue angle of 51.84º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBBF0D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 13 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.14 |
| HSL | 51.84º | 0.89% | 0.45% | - |
| HSV(B) | 51.84º | 0.94% | 0.86% | - |
| XYZ | 47.92 | 52.35 | 7.96 | - |
| YUV | 179.08 | 34.28 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 13 | 0 | 0.13 | 0.94 | 0.14 | 51.84 | 0.89 | 0.45 |
| Hex | DB | BF | D | 0 | D | 5E | E | 34 | 59 | 2D |
| Octal | 333 | 277 | 15 | 0 | 15 | 136 | 16 | 64 | 131 | 55 |
| Binary | 11011011 | 10111111 | 1101 | 0 | 1101 | 1011110 | 1110 | 110100 | 1011001 | 101101 |
Color Harmonies of #DBBF0D
Complementary color
Monochromatic Colors of #DBBF0D
Black with #DBBF0D
Text Example
Text Example
White with #DBBF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBF0D; }
p { color: rgb(219,191,13); }
H1.HeaderClassName
{
color: #DBBF0D;
}
.AnyTagClassName
{
color: #DBBF0D;
}
</style>
background-color css
<style>
a { background-color: #DBBF0D; }
a { background-color: rgb(219,191,13); }
div.DivClassName
{
background-color: #DBBF0D;
}
.BgClassName
{
background-color: #DBBF0D;
}
</style>
border-color css
<style>
span { border-color: #DBBF0D; }
span { border-color: rgb(219,191,13); }
td.TdClassName
{
border-color: #DBBF0D;
}
.TagClassName
{
border-color: #DBBF0D;
}
</style>