Shades of Confetti #DCCC55
Tints of Confetti #DCCC55
RGB
CMYK
RGB Variations
Color information
#DCCC55 (or 0xDCCC55) is known color: Confetti. HEX triplet: DC, CC and 55. RGB value is (220,204,85). Sum of RGB (Red+Green+Blue) = 220+204+85=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC55 is #2333AA. Grayscale: #C3C3C3. Windows color (decimal): -2306987 or 5623004. OLE color: 5623004.
HSL color Cylindrical-coordinate representation of color #DCCC55: hue angle of 52.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 #DCCC55 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 85 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.14 |
| HSL | 52.89º | 0.66% | 0.6% | - |
| HSV(B) | 52.89º | 0.61% | 0.86% | - |
| XYZ | 52.75 | 59.06 | 17.21 | - |
| YUV | 195.22 | 65.8 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 85 | 0 | 0.07 | 0.61 | 0.14 | 52.89 | 0.66 | 0.6 |
| Hex | DC | CC | 55 | 0 | 7 | 3D | E | 35 | 42 | 3C |
| Octal | 334 | 314 | 125 | 0 | 7 | 75 | 16 | 65 | 102 | 74 |
| Binary | 11011100 | 11001100 | 1010101 | 0 | 111 | 111101 | 1110 | 110101 | 1000010 | 111100 |
Color Harmonies of #DCCC55
Complementary color
Monochromatic Colors of #DCCC55
Black with #DCCC55
Text Example
Text Example
White with #DCCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC55; }
p { color: rgb(220,204,85); }
H1.HeaderClassName
{
color: #DCCC55;
}
.AnyTagClassName
{
color: #DCCC55;
}
</style>
background-color css
<style>
a { background-color: #DCCC55; }
a { background-color: rgb(220,204,85); }
div.DivClassName
{
background-color: #DCCC55;
}
.BgClassName
{
background-color: #DCCC55;
}
</style>
border-color css
<style>
span { border-color: #DCCC55; }
span { border-color: rgb(220,204,85); }
td.TdClassName
{
border-color: #DCCC55;
}
.TagClassName
{
border-color: #DCCC55;
}
</style>