Shades of Confetti #DBBE47
Tints of Confetti #DBBE47
RGB
CMYK
RGB Variations
Color information
#DBBE47 (or 0xDBBE47) is known color: Confetti. HEX triplet: DB, BE and 47. RGB value is (219,190,71). Sum of RGB (Red+Green+Blue) = 219+190+71=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 71 (28.12% from 255 or 14.79% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE47 is #2441B8. Grayscale: #B9B9B9. Windows color (decimal): -2376121 or 4701915. OLE color: 4701915.
HSL color Cylindrical-coordinate representation of color #DBBE47: hue angle of 48.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBBE47 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 71 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.14 |
| HSL | 48.24º | 0.67% | 0.57% | - |
| HSV(B) | 48.24º | 0.68% | 0.86% | - |
| XYZ | 48.76 | 52.34 | 13.49 | - |
| YUV | 185.11 | 63.61 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 71 | 0 | 0.13 | 0.68 | 0.14 | 48.24 | 0.67 | 0.57 |
| Hex | DB | BE | 47 | 0 | D | 44 | E | 30 | 43 | 39 |
| Octal | 333 | 276 | 107 | 0 | 15 | 104 | 16 | 60 | 103 | 71 |
| Binary | 11011011 | 10111110 | 1000111 | 0 | 1101 | 1000100 | 1110 | 110000 | 1000011 | 111001 |
Color Harmonies of #DBBE47
Complementary color
Monochromatic Colors of #DBBE47
Black with #DBBE47
Text Example
Text Example
White with #DBBE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE47; }
p { color: rgb(219,190,71); }
H1.HeaderClassName
{
color: #DBBE47;
}
.AnyTagClassName
{
color: #DBBE47;
}
</style>
background-color css
<style>
a { background-color: #DBBE47; }
a { background-color: rgb(219,190,71); }
div.DivClassName
{
background-color: #DBBE47;
}
.BgClassName
{
background-color: #DBBE47;
}
</style>
border-color css
<style>
span { border-color: #DBBE47; }
span { border-color: rgb(219,190,71); }
td.TdClassName
{
border-color: #DBBE47;
}
.TagClassName
{
border-color: #DBBE47;
}
</style>