Shades of Confetti #DCC355
Tints of Confetti #DCC355
RGB
CMYK
RGB Variations
Color information
#DCC355 (or 0xDCC355) is known color: Confetti. HEX triplet: DC, C3 and 55. RGB value is (220,195,85). Sum of RGB (Red+Green+Blue) = 220+195+85=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC355 is #233CAA. Grayscale: #BEBEBE. Windows color (decimal): -2309291 or 5620700. OLE color: 5620700.
HSL color Cylindrical-coordinate representation of color #DCC355: hue angle of 48.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCC355 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 85 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.14 |
| HSL | 48.89º | 0.66% | 0.6% | - |
| HSV(B) | 48.89º | 0.61% | 0.86% | - |
| XYZ | 50.67 | 54.9 | 16.52 | - |
| YUV | 189.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 85 | 0 | 0.11 | 0.61 | 0.14 | 48.89 | 0.66 | 0.6 |
| Hex | DC | C3 | 55 | 0 | B | 3D | E | 31 | 42 | 3C |
| Octal | 334 | 303 | 125 | 0 | 13 | 75 | 16 | 61 | 102 | 74 |
| Binary | 11011100 | 11000011 | 1010101 | 0 | 1011 | 111101 | 1110 | 110001 | 1000010 | 111100 |
Color Harmonies of #DCC355
Complementary color
Monochromatic Colors of #DCC355
Black with #DCC355
Text Example
Text Example
White with #DCC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC355; }
p { color: rgb(220,195,85); }
H1.HeaderClassName
{
color: #DCC355;
}
.AnyTagClassName
{
color: #DCC355;
}
</style>
background-color css
<style>
a { background-color: #DCC355; }
a { background-color: rgb(220,195,85); }
div.DivClassName
{
background-color: #DCC355;
}
.BgClassName
{
background-color: #DCC355;
}
</style>
border-color css
<style>
span { border-color: #DCC355; }
span { border-color: rgb(220,195,85); }
td.TdClassName
{
border-color: #DCC355;
}
.TagClassName
{
border-color: #DCC355;
}
</style>