Shades of Confetti #DCBE49
Tints of Confetti #DCBE49
RGB
CMYK
RGB Variations
Color information
#DCBE49 (or 0xDCBE49) is known color: Confetti. HEX triplet: DC, BE and 49. RGB value is (220,190,73). Sum of RGB (Red+Green+Blue) = 220+190+73=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBE49 is #2341B6. Grayscale: #BABABA. Windows color (decimal): -2310583 or 4832988. OLE color: 4832988.
HSL color Cylindrical-coordinate representation of color #DCBE49: hue angle of 47.76º degrees, saturation: 0.68, 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 #DCBE49 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 73 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.14 |
| HSL | 47.76º | 0.68% | 0.57% | - |
| HSV(B) | 47.76º | 0.67% | 0.86% | - |
| XYZ | 49.13 | 52.52 | 13.85 | - |
| YUV | 185.63 | 64.44 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 73 | 0 | 0.14 | 0.67 | 0.14 | 47.76 | 0.68 | 0.57 |
| Hex | DC | BE | 49 | 0 | E | 43 | E | 30 | 44 | 39 |
| Octal | 334 | 276 | 111 | 0 | 16 | 103 | 16 | 60 | 104 | 71 |
| Binary | 11011100 | 10111110 | 1001001 | 0 | 1110 | 1000011 | 1110 | 110000 | 1000100 | 111001 |
Color Harmonies of #DCBE49
Complementary color
Monochromatic Colors of #DCBE49
Black with #DCBE49
Text Example
Text Example
White with #DCBE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE49; }
p { color: rgb(220,190,73); }
H1.HeaderClassName
{
color: #DCBE49;
}
.AnyTagClassName
{
color: #DCBE49;
}
</style>
background-color css
<style>
a { background-color: #DCBE49; }
a { background-color: rgb(220,190,73); }
div.DivClassName
{
background-color: #DCBE49;
}
.BgClassName
{
background-color: #DCBE49;
}
</style>
border-color css
<style>
span { border-color: #DCBE49; }
span { border-color: rgb(220,190,73); }
td.TdClassName
{
border-color: #DCBE49;
}
.TagClassName
{
border-color: #DCBE49;
}
</style>