Shades of Confetti #DCC452
Tints of Confetti #DCC452
RGB
CMYK
RGB Variations
Color information
#DCC452 (or 0xDCC452) is known color: Confetti. HEX triplet: DC, C4 and 52. RGB value is (220,196,82). Sum of RGB (Red+Green+Blue) = 220+196+82=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC452 is #233BAD. Grayscale: #BEBEBE. Windows color (decimal): -2309038 or 5424348. OLE color: 5424348.
HSL color Cylindrical-coordinate representation of color #DCC452: hue angle of 49.57º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCC452 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 82 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.14 |
| HSL | 49.57º | 0.66% | 0.59% | - |
| HSV(B) | 49.57º | 0.63% | 0.86% | - |
| XYZ | 50.78 | 55.3 | 15.98 | - |
| YUV | 190.18 | 66.95 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 82 | 0 | 0.11 | 0.63 | 0.14 | 49.57 | 0.66 | 0.59 |
| Hex | DC | C4 | 52 | 0 | B | 3F | E | 32 | 42 | 3B |
| Octal | 334 | 304 | 122 | 0 | 13 | 77 | 16 | 62 | 102 | 73 |
| Binary | 11011100 | 11000100 | 1010010 | 0 | 1011 | 111111 | 1110 | 110010 | 1000010 | 111011 |
Color Harmonies of #DCC452
Complementary color
Monochromatic Colors of #DCC452
Black with #DCC452
Text Example
Text Example
White with #DCC452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC452; }
p { color: rgb(220,196,82); }
H1.HeaderClassName
{
color: #DCC452;
}
.AnyTagClassName
{
color: #DCC452;
}
</style>
background-color css
<style>
a { background-color: #DCC452; }
a { background-color: rgb(220,196,82); }
div.DivClassName
{
background-color: #DCC452;
}
.BgClassName
{
background-color: #DCC452;
}
</style>
border-color css
<style>
span { border-color: #DCC452; }
span { border-color: rgb(220,196,82); }
td.TdClassName
{
border-color: #DCC452;
}
.TagClassName
{
border-color: #DCC452;
}
</style>