Shades of Confetti #DBBF50
Tints of Confetti #DBBF50
RGB
CMYK
RGB Variations
Color information
#DBBF50 (or 0xDBBF50) is known color: Confetti. HEX triplet: DB, BF and 50. RGB value is (219,191,80). Sum of RGB (Red+Green+Blue) = 219+191+80=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBF50 is #2440AF. Grayscale: #BBBBBB. Windows color (decimal): -2375856 or 5291995. OLE color: 5291995.
HSL color Cylindrical-coordinate representation of color #DBBF50: hue angle of 47.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBBF50 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 80 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.14 |
| HSL | 47.91º | 0.66% | 0.59% | - |
| HSV(B) | 47.91º | 0.63% | 0.86% | - |
| XYZ | 49.29 | 52.9 | 15.2 | - |
| YUV | 186.72 | 67.78 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 80 | 0 | 0.13 | 0.63 | 0.14 | 47.91 | 0.66 | 0.59 |
| Hex | DB | BF | 50 | 0 | D | 3F | E | 30 | 42 | 3B |
| Octal | 333 | 277 | 120 | 0 | 15 | 77 | 16 | 60 | 102 | 73 |
| Binary | 11011011 | 10111111 | 1010000 | 0 | 1101 | 111111 | 1110 | 110000 | 1000010 | 111011 |
Color Harmonies of #DBBF50
Complementary color
Monochromatic Colors of #DBBF50
Black with #DBBF50
Text Example
Text Example
White with #DBBF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBF50; }
p { color: rgb(219,191,80); }
H1.HeaderClassName
{
color: #DBBF50;
}
.AnyTagClassName
{
color: #DBBF50;
}
</style>
background-color css
<style>
a { background-color: #DBBF50; }
a { background-color: rgb(219,191,80); }
div.DivClassName
{
background-color: #DBBF50;
}
.BgClassName
{
background-color: #DBBF50;
}
</style>
border-color css
<style>
span { border-color: #DBBF50; }
span { border-color: rgb(219,191,80); }
td.TdClassName
{
border-color: #DBBF50;
}
.TagClassName
{
border-color: #DBBF50;
}
</style>