Shades of Confetti #DCCC48
Tints of Confetti #DCCC48
RGB
CMYK
RGB Variations
Color information
#DCCC48 (or 0xDCCC48) is known color: Confetti. HEX triplet: DC, CC and 48. RGB value is (220,204,72). Sum of RGB (Red+Green+Blue) = 220+204+72=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC48 is #2333B7. Grayscale: #C2C2C2. Windows color (decimal): -2307000 or 4771036. OLE color: 4771036.
HSL color Cylindrical-coordinate representation of color #DCCC48: hue angle of 53.51º 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 #DCCC48 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 72 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.14 |
| HSL | 53.51º | 0.68% | 0.57% | - |
| HSV(B) | 53.51º | 0.67% | 0.86% | - |
| XYZ | 52.28 | 58.87 | 14.74 | - |
| YUV | 193.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 72 | 0 | 0.07 | 0.67 | 0.14 | 53.51 | 0.68 | 0.57 |
| Hex | DC | CC | 48 | 0 | 7 | 43 | E | 36 | 44 | 39 |
| Octal | 334 | 314 | 110 | 0 | 7 | 103 | 16 | 66 | 104 | 71 |
| Binary | 11011100 | 11001100 | 1001000 | 0 | 111 | 1000011 | 1110 | 110110 | 1000100 | 111001 |
Color Harmonies of #DCCC48
Complementary color
Monochromatic Colors of #DCCC48
Black with #DCCC48
Text Example
Text Example
White with #DCCC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC48; }
p { color: rgb(220,204,72); }
H1.HeaderClassName
{
color: #DCCC48;
}
.AnyTagClassName
{
color: #DCCC48;
}
</style>
background-color css
<style>
a { background-color: #DCCC48; }
a { background-color: rgb(220,204,72); }
div.DivClassName
{
background-color: #DCCC48;
}
.BgClassName
{
background-color: #DCCC48;
}
</style>
border-color css
<style>
span { border-color: #DCCC48; }
span { border-color: rgb(220,204,72); }
td.TdClassName
{
border-color: #DCCC48;
}
.TagClassName
{
border-color: #DCCC48;
}
</style>