Shades of Sunflower #DBBF17
Tints of Sunflower #DBBF17
RGB
CMYK
RGB Variations
Color information
#DBBF17 (or 0xDBBF17) is known color: Sunflower. HEX triplet: DB, BF and 17. RGB value is (219,191,23). Sum of RGB (Red+Green+Blue) = 219+191+23=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 23 (9.38% from 255 or 5.31% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBBF17 is #2440E8. Grayscale: #B4B4B4. Windows color (decimal): -2375913 or 1556443. OLE color: 1556443.
HSL color Cylindrical-coordinate representation of color #DBBF17: hue angle of 51.43º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBBF17 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 23 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.14 |
| HSL | 51.43º | 0.81% | 0.47% | - |
| HSV(B) | 51.43º | 0.89% | 0.86% | - |
| XYZ | 48 | 52.38 | 8.39 | - |
| YUV | 180.22 | 39.28 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 23 | 0 | 0.13 | 0.89 | 0.14 | 51.43 | 0.81 | 0.47 |
| Hex | DB | BF | 17 | 0 | D | 59 | E | 33 | 51 | 2F |
| Octal | 333 | 277 | 27 | 0 | 15 | 131 | 16 | 63 | 121 | 57 |
| Binary | 11011011 | 10111111 | 10111 | 0 | 1101 | 1011001 | 1110 | 110011 | 1010001 | 101111 |
Color Harmonies of #DBBF17
Complementary color
Monochromatic Colors of #DBBF17
Black with #DBBF17
Text Example
Text Example
White with #DBBF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBF17; }
p { color: rgb(219,191,23); }
H1.HeaderClassName
{
color: #DBBF17;
}
.AnyTagClassName
{
color: #DBBF17;
}
</style>
background-color css
<style>
a { background-color: #DBBF17; }
a { background-color: rgb(219,191,23); }
div.DivClassName
{
background-color: #DBBF17;
}
.BgClassName
{
background-color: #DBBF17;
}
</style>
border-color css
<style>
span { border-color: #DBBF17; }
span { border-color: rgb(219,191,23); }
td.TdClassName
{
border-color: #DBBF17;
}
.TagClassName
{
border-color: #DBBF17;
}
</style>