Shades of Confetti #DBBE40
Tints of Confetti #DBBE40
RGB
CMYK
RGB Variations
Color information
#DBBE40 (or 0xDBBE40) is known color: Confetti. HEX triplet: DB, BE and 40. RGB value is (219,190,64). Sum of RGB (Red+Green+Blue) = 219+190+64=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE40 is #2441BF. Grayscale: #B8B8B8. Windows color (decimal): -2376128 or 4243163. OLE color: 4243163.
HSL color Cylindrical-coordinate representation of color #DBBE40: hue angle of 48.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBBE40 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 64 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.14 |
| HSL | 48.77º | 0.68% | 0.55% | - |
| HSV(B) | 48.77º | 0.71% | 0.86% | - |
| XYZ | 48.55 | 52.26 | 12.38 | - |
| YUV | 184.31 | 60.11 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 64 | 0 | 0.13 | 0.71 | 0.14 | 48.77 | 0.68 | 0.55 |
| Hex | DB | BE | 40 | 0 | D | 47 | E | 31 | 44 | 37 |
| Octal | 333 | 276 | 100 | 0 | 15 | 107 | 16 | 61 | 104 | 67 |
| Binary | 11011011 | 10111110 | 1000000 | 0 | 1101 | 1000111 | 1110 | 110001 | 1000100 | 110111 |
Color Harmonies of #DBBE40
Complementary color
Monochromatic Colors of #DBBE40
Black with #DBBE40
Text Example
Text Example
White with #DBBE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE40; }
p { color: rgb(219,190,64); }
H1.HeaderClassName
{
color: #DBBE40;
}
.AnyTagClassName
{
color: #DBBE40;
}
</style>
background-color css
<style>
a { background-color: #DBBE40; }
a { background-color: rgb(219,190,64); }
div.DivClassName
{
background-color: #DBBE40;
}
.BgClassName
{
background-color: #DBBE40;
}
</style>
border-color css
<style>
span { border-color: #DBBE40; }
span { border-color: rgb(219,190,64); }
td.TdClassName
{
border-color: #DBBE40;
}
.TagClassName
{
border-color: #DBBE40;
}
</style>