Shades of Sunflower #DBBF1D
Tints of Sunflower #DBBF1D
RGB
CMYK
RGB Variations
Color information
#DBBF1D (or 0xDBBF1D) is known color: Sunflower. HEX triplet: DB, BF and 1D. RGB value is (219,191,29). Sum of RGB (Red+Green+Blue) = 219+191+29=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 29 (11.72% from 255 or 6.61% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBF1D is #2440E2. Grayscale: #B5B5B5. Windows color (decimal): -2375907 or 1949659. OLE color: 1949659.
HSL color Cylindrical-coordinate representation of color #DBBF1D: hue angle of 51.16º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBBF1D is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 29 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.14 |
| HSL | 51.16º | 0.77% | 0.49% | - |
| HSV(B) | 51.16º | 0.87% | 0.86% | - |
| XYZ | 48.07 | 52.41 | 8.75 | - |
| YUV | 180.9 | 42.28 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 29 | 0 | 0.13 | 0.87 | 0.14 | 51.16 | 0.77 | 0.49 |
| Hex | DB | BF | 1D | 0 | D | 57 | E | 33 | 4D | 31 |
| Octal | 333 | 277 | 35 | 0 | 15 | 127 | 16 | 63 | 115 | 61 |
| Binary | 11011011 | 10111111 | 11101 | 0 | 1101 | 1010111 | 1110 | 110011 | 1001101 | 110001 |
Color Harmonies of #DBBF1D
Complementary color
Monochromatic Colors of #DBBF1D
Black with #DBBF1D
Text Example
Text Example
White with #DBBF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBF1D; }
p { color: rgb(219,191,29); }
H1.HeaderClassName
{
color: #DBBF1D;
}
.AnyTagClassName
{
color: #DBBF1D;
}
</style>
background-color css
<style>
a { background-color: #DBBF1D; }
a { background-color: rgb(219,191,29); }
div.DivClassName
{
background-color: #DBBF1D;
}
.BgClassName
{
background-color: #DBBF1D;
}
</style>
border-color css
<style>
span { border-color: #DBBF1D; }
span { border-color: rgb(219,191,29); }
td.TdClassName
{
border-color: #DBBF1D;
}
.TagClassName
{
border-color: #DBBF1D;
}
</style>