Shades of Confetti #DCC352
Tints of Confetti #DCC352
RGB
CMYK
RGB Variations
Color information
#DCC352 (or 0xDCC352) is known color: Confetti. HEX triplet: DC, C3 and 52. RGB value is (220,195,82). Sum of RGB (Red+Green+Blue) = 220+195+82=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC352 is #233CAD. Grayscale: #BEBEBE. Windows color (decimal): -2309294 or 5424092. OLE color: 5424092.
HSL color Cylindrical-coordinate representation of color #DCC352: hue angle of 49.13º 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 #DCC352 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 82 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.14 |
| HSL | 49.13º | 0.66% | 0.59% | - |
| HSV(B) | 49.13º | 0.63% | 0.86% | - |
| XYZ | 50.55 | 54.86 | 15.91 | - |
| YUV | 189.59 | 67.28 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 82 | 0 | 0.11 | 0.63 | 0.14 | 49.13 | 0.66 | 0.59 |
| Hex | DC | C3 | 52 | 0 | B | 3F | E | 31 | 42 | 3B |
| Octal | 334 | 303 | 122 | 0 | 13 | 77 | 16 | 61 | 102 | 73 |
| Binary | 11011100 | 11000011 | 1010010 | 0 | 1011 | 111111 | 1110 | 110001 | 1000010 | 111011 |
Color Harmonies of #DCC352
Complementary color
Monochromatic Colors of #DCC352
Black with #DCC352
Text Example
Text Example
White with #DCC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC352; }
p { color: rgb(220,195,82); }
H1.HeaderClassName
{
color: #DCC352;
}
.AnyTagClassName
{
color: #DCC352;
}
</style>
background-color css
<style>
a { background-color: #DCC352; }
a { background-color: rgb(220,195,82); }
div.DivClassName
{
background-color: #DCC352;
}
.BgClassName
{
background-color: #DCC352;
}
</style>
border-color css
<style>
span { border-color: #DCC352; }
span { border-color: rgb(220,195,82); }
td.TdClassName
{
border-color: #DCC352;
}
.TagClassName
{
border-color: #DCC352;
}
</style>