Shades of Confetti #DBD349
Tints of Confetti #DBD349
RGB
CMYK
RGB Variations
Color information
#DBD349 (or 0xDBD349) is known color: Confetti. HEX triplet: DB, D3 and 49. RGB value is (219,211,73). Sum of RGB (Red+Green+Blue) = 219+211+73=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD349 is #242CB6. Grayscale: #C6C6C6. Windows color (decimal): -2370743 or 4838363. OLE color: 4838363.
HSL color Cylindrical-coordinate representation of color #DBD349: hue angle of 56.71º 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 #DBD349 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 73 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.14 |
| HSL | 56.71º | 0.67% | 0.57% | - |
| HSV(B) | 56.71º | 0.67% | 0.86% | - |
| XYZ | 53.71 | 62.13 | 15.46 | - |
| YUV | 197.66 | 57.65 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 73 | 0 | 0.04 | 0.67 | 0.14 | 56.71 | 0.67 | 0.57 |
| Hex | DB | D3 | 49 | 0 | 4 | 43 | E | 39 | 43 | 39 |
| Octal | 333 | 323 | 111 | 0 | 4 | 103 | 16 | 71 | 103 | 71 |
| Binary | 11011011 | 11010011 | 1001001 | 0 | 100 | 1000011 | 1110 | 111001 | 1000011 | 111001 |
Color Harmonies of #DBD349
Complementary color
Monochromatic Colors of #DBD349
Black with #DBD349
Text Example
Text Example
White with #DBD349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD349; }
p { color: rgb(219,211,73); }
H1.HeaderClassName
{
color: #DBD349;
}
.AnyTagClassName
{
color: #DBD349;
}
</style>
background-color css
<style>
a { background-color: #DBD349; }
a { background-color: rgb(219,211,73); }
div.DivClassName
{
background-color: #DBD349;
}
.BgClassName
{
background-color: #DBD349;
}
</style>
border-color css
<style>
span { border-color: #DBD349; }
span { border-color: rgb(219,211,73); }
td.TdClassName
{
border-color: #DBD349;
}
.TagClassName
{
border-color: #DBD349;
}
</style>