Shades of Confetti #DBBE45
Tints of Confetti #DBBE45
RGB
CMYK
RGB Variations
Color information
#DBBE45 (or 0xDBBE45) is known color: Confetti. HEX triplet: DB, BE and 45. RGB value is (219,190,69). Sum of RGB (Red+Green+Blue) = 219+190+69=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 69 (27.34% from 255 or 14.44% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE45 is #2441BA. Grayscale: #B9B9B9. Windows color (decimal): -2376123 or 4570843. OLE color: 4570843.
HSL color Cylindrical-coordinate representation of color #DBBE45: hue angle of 48.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBBE45 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 69 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.14 |
| HSL | 48.4º | 0.68% | 0.56% | - |
| HSV(B) | 48.4º | 0.68% | 0.86% | - |
| XYZ | 48.7 | 52.32 | 13.16 | - |
| YUV | 184.88 | 62.61 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 69 | 0 | 0.13 | 0.68 | 0.14 | 48.4 | 0.68 | 0.56 |
| Hex | DB | BE | 45 | 0 | D | 44 | E | 30 | 44 | 38 |
| Octal | 333 | 276 | 105 | 0 | 15 | 104 | 16 | 60 | 104 | 70 |
| Binary | 11011011 | 10111110 | 1000101 | 0 | 1101 | 1000100 | 1110 | 110000 | 1000100 | 111000 |
Color Harmonies of #DBBE45
Complementary color
Monochromatic Colors of #DBBE45
Black with #DBBE45
Text Example
Text Example
White with #DBBE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE45; }
p { color: rgb(219,190,69); }
H1.HeaderClassName
{
color: #DBBE45;
}
.AnyTagClassName
{
color: #DBBE45;
}
</style>
background-color css
<style>
a { background-color: #DBBE45; }
a { background-color: rgb(219,190,69); }
div.DivClassName
{
background-color: #DBBE45;
}
.BgClassName
{
background-color: #DBBE45;
}
</style>
border-color css
<style>
span { border-color: #DBBE45; }
span { border-color: rgb(219,190,69); }
td.TdClassName
{
border-color: #DBBE45;
}
.TagClassName
{
border-color: #DBBE45;
}
</style>