Shades of Confetti #DCC552
Tints of Confetti #DCC552
RGB
CMYK
RGB Variations
Color information
#DCC552 (or 0xDCC552) is known color: Confetti. HEX triplet: DC, C5 and 52. RGB value is (220,197,82). Sum of RGB (Red+Green+Blue) = 220+197+82=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC552 is #233AAD. Grayscale: #BFBFBF. Windows color (decimal): -2308782 or 5424604. OLE color: 5424604.
HSL color Cylindrical-coordinate representation of color #DCC552: hue angle of 50º 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 #DCC552 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 82 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.14 |
| HSL | 50º | 0.66% | 0.59% | - |
| HSV(B) | 50º | 0.63% | 0.86% | - |
| XYZ | 51 | 55.76 | 16.06 | - |
| YUV | 190.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 82 | 0 | 0.10 | 0.63 | 0.14 | 50 | 0.66 | 0.59 |
| Hex | DC | C5 | 52 | 0 | A | 3F | E | 32 | 42 | 3B |
| Octal | 334 | 305 | 122 | 0 | 12 | 77 | 16 | 62 | 102 | 73 |
| Binary | 11011100 | 11000101 | 1010010 | 0 | 1010 | 111111 | 1110 | 110010 | 1000010 | 111011 |
Color Harmonies of #DCC552
Complementary color
Monochromatic Colors of #DCC552
Black with #DCC552
Text Example
Text Example
White with #DCC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC552; }
p { color: rgb(220,197,82); }
H1.HeaderClassName
{
color: #DCC552;
}
.AnyTagClassName
{
color: #DCC552;
}
</style>
background-color css
<style>
a { background-color: #DCC552; }
a { background-color: rgb(220,197,82); }
div.DivClassName
{
background-color: #DCC552;
}
.BgClassName
{
background-color: #DCC552;
}
</style>
border-color css
<style>
span { border-color: #DCC552; }
span { border-color: rgb(220,197,82); }
td.TdClassName
{
border-color: #DCC552;
}
.TagClassName
{
border-color: #DCC552;
}
</style>