Shades of Confetti #DBD049
Tints of Confetti #DBD049
RGB
CMYK
RGB Variations
Color information
#DBD049 (or 0xDBD049) is known color: Confetti. HEX triplet: DB, D0 and 49. RGB value is (219,208,73). Sum of RGB (Red+Green+Blue) = 219+208+73=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD049 is #242FB6. Grayscale: #C4C4C4. Windows color (decimal): -2371511 or 4837595. OLE color: 4837595.
HSL color Cylindrical-coordinate representation of color #DBD049: hue angle of 55.48º 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 #DBD049 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 73 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.14 |
| HSL | 55.48º | 0.67% | 0.57% | - |
| HSV(B) | 55.48º | 0.67% | 0.86% | - |
| XYZ | 52.97 | 60.65 | 15.22 | - |
| YUV | 195.9 | 58.64 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 73 | 0 | 0.05 | 0.67 | 0.14 | 55.48 | 0.67 | 0.57 |
| Hex | DB | D0 | 49 | 0 | 5 | 43 | E | 37 | 43 | 39 |
| Octal | 333 | 320 | 111 | 0 | 5 | 103 | 16 | 67 | 103 | 71 |
| Binary | 11011011 | 11010000 | 1001001 | 0 | 101 | 1000011 | 1110 | 110111 | 1000011 | 111001 |
Color Harmonies of #DBD049
Complementary color
Monochromatic Colors of #DBD049
Black with #DBD049
Text Example
Text Example
White with #DBD049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD049; }
p { color: rgb(219,208,73); }
H1.HeaderClassName
{
color: #DBD049;
}
.AnyTagClassName
{
color: #DBD049;
}
</style>
background-color css
<style>
a { background-color: #DBD049; }
a { background-color: rgb(219,208,73); }
div.DivClassName
{
background-color: #DBD049;
}
.BgClassName
{
background-color: #DBD049;
}
</style>
border-color css
<style>
span { border-color: #DBD049; }
span { border-color: rgb(219,208,73); }
td.TdClassName
{
border-color: #DBD049;
}
.TagClassName
{
border-color: #DBD049;
}
</style>