Shades of Sunflower #DBBF14
Tints of Sunflower #DBBF14
RGB
CMYK
RGB Variations
Color information
#DBBF14 (or 0xDBBF14) is known color: Sunflower. HEX triplet: DB, BF and 14. RGB value is (219,191,20). Sum of RGB (Red+Green+Blue) = 219+191+20=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBF14 is #2440EB. Grayscale: #B4B4B4. Windows color (decimal): -2375916 or 1359835. OLE color: 1359835.
HSL color Cylindrical-coordinate representation of color #DBBF14: hue angle of 51.56º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBBF14 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 20 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.14 |
| HSL | 51.56º | 0.83% | 0.47% | - |
| HSV(B) | 51.56º | 0.91% | 0.86% | - |
| XYZ | 47.97 | 52.37 | 8.24 | - |
| YUV | 179.88 | 37.78 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 20 | 0 | 0.13 | 0.91 | 0.14 | 51.56 | 0.83 | 0.47 |
| Hex | DB | BF | 14 | 0 | D | 5B | E | 34 | 53 | 2F |
| Octal | 333 | 277 | 24 | 0 | 15 | 133 | 16 | 64 | 123 | 57 |
| Binary | 11011011 | 10111111 | 10100 | 0 | 1101 | 1011011 | 1110 | 110100 | 1010011 | 101111 |
Color Harmonies of #DBBF14
Complementary color
Monochromatic Colors of #DBBF14
Black with #DBBF14
Text Example
Text Example
White with #DBBF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBF14; }
p { color: rgb(219,191,20); }
H1.HeaderClassName
{
color: #DBBF14;
}
.AnyTagClassName
{
color: #DBBF14;
}
</style>
background-color css
<style>
a { background-color: #DBBF14; }
a { background-color: rgb(219,191,20); }
div.DivClassName
{
background-color: #DBBF14;
}
.BgClassName
{
background-color: #DBBF14;
}
</style>
border-color css
<style>
span { border-color: #DBBF14; }
span { border-color: rgb(219,191,20); }
td.TdClassName
{
border-color: #DBBF14;
}
.TagClassName
{
border-color: #DBBF14;
}
</style>