Shades of Sunflower #DBBF28
Tints of Sunflower #DBBF28
RGB
CMYK
RGB Variations
Color information
#DBBF28 (or 0xDBBF28) is known color: Sunflower. HEX triplet: DB, BF and 28. RGB value is (219,191,40). Sum of RGB (Red+Green+Blue) = 219+191+40=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBF28 is #2440D7. Grayscale: #B6B6B6. Windows color (decimal): -2375896 or 2670555. OLE color: 2670555.
HSL color Cylindrical-coordinate representation of color #DBBF28: hue angle of 50.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBBF28 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 40 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.14 |
| HSL | 50.61º | 0.71% | 0.51% | - |
| HSV(B) | 50.61º | 0.82% | 0.86% | - |
| XYZ | 48.23 | 52.47 | 9.59 | - |
| YUV | 182.16 | 47.78 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 40 | 0 | 0.13 | 0.82 | 0.14 | 50.61 | 0.71 | 0.51 |
| Hex | DB | BF | 28 | 0 | D | 52 | E | 33 | 47 | 33 |
| Octal | 333 | 277 | 50 | 0 | 15 | 122 | 16 | 63 | 107 | 63 |
| Binary | 11011011 | 10111111 | 101000 | 0 | 1101 | 1010010 | 1110 | 110011 | 1000111 | 110011 |
Color Harmonies of #DBBF28
Complementary color
Monochromatic Colors of #DBBF28
Black with #DBBF28
Text Example
Text Example
White with #DBBF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBF28; }
p { color: rgb(219,191,40); }
H1.HeaderClassName
{
color: #DBBF28;
}
.AnyTagClassName
{
color: #DBBF28;
}
</style>
background-color css
<style>
a { background-color: #DBBF28; }
a { background-color: rgb(219,191,40); }
div.DivClassName
{
background-color: #DBBF28;
}
.BgClassName
{
background-color: #DBBF28;
}
</style>
border-color css
<style>
span { border-color: #DBBF28; }
span { border-color: rgb(219,191,40); }
td.TdClassName
{
border-color: #DBBF28;
}
.TagClassName
{
border-color: #DBBF28;
}
</style>