Shades of Confetti #DCCC49
Tints of Confetti #DCCC49
RGB
CMYK
RGB Variations
Color information
#DCCC49 (or 0xDCCC49) is known color: Confetti. HEX triplet: DC, CC and 49. RGB value is (220,204,73). Sum of RGB (Red+Green+Blue) = 220+204+73=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC49 is #2333B6. Grayscale: #C2C2C2. Windows color (decimal): -2306999 or 4836572. OLE color: 4836572.
HSL color Cylindrical-coordinate representation of color #DCCC49: hue angle of 53.47º 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 #DCCC49 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 73 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.14 |
| HSL | 53.47º | 0.68% | 0.57% | - |
| HSV(B) | 53.47º | 0.67% | 0.86% | - |
| XYZ | 52.31 | 58.88 | 14.91 | - |
| YUV | 193.85 | 59.8 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 73 | 0 | 0.07 | 0.67 | 0.14 | 53.47 | 0.68 | 0.57 |
| Hex | DC | CC | 49 | 0 | 7 | 43 | E | 35 | 44 | 39 |
| Octal | 334 | 314 | 111 | 0 | 7 | 103 | 16 | 65 | 104 | 71 |
| Binary | 11011100 | 11001100 | 1001001 | 0 | 111 | 1000011 | 1110 | 110101 | 1000100 | 111001 |
Color Harmonies of #DCCC49
Complementary color
Monochromatic Colors of #DCCC49
Black with #DCCC49
Text Example
Text Example
White with #DCCC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC49; }
p { color: rgb(220,204,73); }
H1.HeaderClassName
{
color: #DCCC49;
}
.AnyTagClassName
{
color: #DCCC49;
}
</style>
background-color css
<style>
a { background-color: #DCCC49; }
a { background-color: rgb(220,204,73); }
div.DivClassName
{
background-color: #DCCC49;
}
.BgClassName
{
background-color: #DCCC49;
}
</style>
border-color css
<style>
span { border-color: #DCCC49; }
span { border-color: rgb(220,204,73); }
td.TdClassName
{
border-color: #DCCC49;
}
.TagClassName
{
border-color: #DCCC49;
}
</style>