Shades of Confetti #DCCB49
Tints of Confetti #DCCB49
RGB
CMYK
RGB Variations
Color information
#DCCB49 (or 0xDCCB49) is known color: Confetti. HEX triplet: DC, CB and 49. RGB value is (220,203,73). Sum of RGB (Red+Green+Blue) = 220+203+73=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB49 is #2334B6. Grayscale: #C1C1C1. Windows color (decimal): -2307255 or 4836316. OLE color: 4836316.
HSL color Cylindrical-coordinate representation of color #DCCB49: hue angle of 53.06º 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 #DCCB49 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 73 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.14 |
| HSL | 53.06º | 0.68% | 0.57% | - |
| HSV(B) | 53.06º | 0.67% | 0.86% | - |
| XYZ | 52.07 | 58.41 | 14.83 | - |
| YUV | 193.26 | 60.13 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 73 | 0 | 0.08 | 0.67 | 0.14 | 53.06 | 0.68 | 0.57 |
| Hex | DC | CB | 49 | 0 | 8 | 43 | E | 35 | 44 | 39 |
| Octal | 334 | 313 | 111 | 0 | 10 | 103 | 16 | 65 | 104 | 71 |
| Binary | 11011100 | 11001011 | 1001001 | 0 | 1000 | 1000011 | 1110 | 110101 | 1000100 | 111001 |
Color Harmonies of #DCCB49
Complementary color
Monochromatic Colors of #DCCB49
Black with #DCCB49
Text Example
Text Example
White with #DCCB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB49; }
p { color: rgb(220,203,73); }
H1.HeaderClassName
{
color: #DCCB49;
}
.AnyTagClassName
{
color: #DCCB49;
}
</style>
background-color css
<style>
a { background-color: #DCCB49; }
a { background-color: rgb(220,203,73); }
div.DivClassName
{
background-color: #DCCB49;
}
.BgClassName
{
background-color: #DCCB49;
}
</style>
border-color css
<style>
span { border-color: #DCCB49; }
span { border-color: rgb(220,203,73); }
td.TdClassName
{
border-color: #DCCB49;
}
.TagClassName
{
border-color: #DCCB49;
}
</style>