Shades of Confetti #DBBD49
Tints of Confetti #DBBD49
RGB
CMYK
RGB Variations
Color information
#DBBD49 (or 0xDBBD49) is known color: Confetti. HEX triplet: DB, BD and 49. RGB value is (219,189,73). Sum of RGB (Red+Green+Blue) = 219+189+73=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD49 is #2442B6. Grayscale: #B9B9B9. Windows color (decimal): -2376375 or 4832731. OLE color: 4832731.
HSL color Cylindrical-coordinate representation of color #DBBD49: hue angle of 47.67º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBBD49 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 73 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.14 |
| HSL | 47.67º | 0.67% | 0.57% | - |
| HSV(B) | 47.67º | 0.67% | 0.86% | - |
| XYZ | 48.61 | 51.94 | 13.77 | - |
| YUV | 184.75 | 64.94 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 73 | 0 | 0.14 | 0.67 | 0.14 | 47.67 | 0.67 | 0.57 |
| Hex | DB | BD | 49 | 0 | E | 43 | E | 30 | 43 | 39 |
| Octal | 333 | 275 | 111 | 0 | 16 | 103 | 16 | 60 | 103 | 71 |
| Binary | 11011011 | 10111101 | 1001001 | 0 | 1110 | 1000011 | 1110 | 110000 | 1000011 | 111001 |
Color Harmonies of #DBBD49
Complementary color
Monochromatic Colors of #DBBD49
Black with #DBBD49
Text Example
Text Example
White with #DBBD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD49; }
p { color: rgb(219,189,73); }
H1.HeaderClassName
{
color: #DBBD49;
}
.AnyTagClassName
{
color: #DBBD49;
}
</style>
background-color css
<style>
a { background-color: #DBBD49; }
a { background-color: rgb(219,189,73); }
div.DivClassName
{
background-color: #DBBD49;
}
.BgClassName
{
background-color: #DBBD49;
}
</style>
border-color css
<style>
span { border-color: #DBBD49; }
span { border-color: rgb(219,189,73); }
td.TdClassName
{
border-color: #DBBD49;
}
.TagClassName
{
border-color: #DBBD49;
}
</style>