Shades of Confetti #DBCD49
Tints of Confetti #DBCD49
RGB
CMYK
RGB Variations
Color information
#DBCD49 (or 0xDBCD49) is known color: Confetti. HEX triplet: DB, CD and 49. RGB value is (219,205,73). Sum of RGB (Red+Green+Blue) = 219+205+73=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD49 is #2432B6. Grayscale: #C2C2C2. Windows color (decimal): -2372279 or 4836827. OLE color: 4836827.
HSL color Cylindrical-coordinate representation of color #DBCD49: hue angle of 54.25º 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 #DBCD49 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 73 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.14 |
| HSL | 54.25º | 0.67% | 0.57% | - |
| HSV(B) | 54.25º | 0.67% | 0.86% | - |
| XYZ | 52.25 | 59.2 | 14.98 | - |
| YUV | 194.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 73 | 0 | 0.06 | 0.67 | 0.14 | 54.25 | 0.67 | 0.57 |
| Hex | DB | CD | 49 | 0 | 6 | 43 | E | 36 | 43 | 39 |
| Octal | 333 | 315 | 111 | 0 | 6 | 103 | 16 | 66 | 103 | 71 |
| Binary | 11011011 | 11001101 | 1001001 | 0 | 110 | 1000011 | 1110 | 110110 | 1000011 | 111001 |
Color Harmonies of #DBCD49
Complementary color
Monochromatic Colors of #DBCD49
Black with #DBCD49
Text Example
Text Example
White with #DBCD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD49; }
p { color: rgb(219,205,73); }
H1.HeaderClassName
{
color: #DBCD49;
}
.AnyTagClassName
{
color: #DBCD49;
}
</style>
background-color css
<style>
a { background-color: #DBCD49; }
a { background-color: rgb(219,205,73); }
div.DivClassName
{
background-color: #DBCD49;
}
.BgClassName
{
background-color: #DBCD49;
}
</style>
border-color css
<style>
span { border-color: #DBCD49; }
span { border-color: rgb(219,205,73); }
td.TdClassName
{
border-color: #DBCD49;
}
.TagClassName
{
border-color: #DBCD49;
}
</style>