Shades of Confetti #DCC955
Tints of Confetti #DCC955
RGB
CMYK
RGB Variations
Color information
#DCC955 (or 0xDCC955) is known color: Confetti. HEX triplet: DC, C9 and 55. RGB value is (220,201,85). Sum of RGB (Red+Green+Blue) = 220+201+85=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC955 is #2336AA. Grayscale: #C1C1C1. Windows color (decimal): -2307755 or 5622236. OLE color: 5622236.
HSL color Cylindrical-coordinate representation of color #DCC955: hue angle of 51.56º 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 #DCC955 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 85 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.14 |
| HSL | 51.56º | 0.66% | 0.6% | - |
| HSV(B) | 51.56º | 0.61% | 0.86% | - |
| XYZ | 52.04 | 57.64 | 16.98 | - |
| YUV | 193.46 | 66.79 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 85 | 0 | 0.09 | 0.61 | 0.14 | 51.56 | 0.66 | 0.6 |
| Hex | DC | C9 | 55 | 0 | 9 | 3D | E | 34 | 42 | 3C |
| Octal | 334 | 311 | 125 | 0 | 11 | 75 | 16 | 64 | 102 | 74 |
| Binary | 11011100 | 11001001 | 1010101 | 0 | 1001 | 111101 | 1110 | 110100 | 1000010 | 111100 |
Color Harmonies of #DCC955
Complementary color
Monochromatic Colors of #DCC955
Black with #DCC955
Text Example
Text Example
White with #DCC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC955; }
p { color: rgb(220,201,85); }
H1.HeaderClassName
{
color: #DCC955;
}
.AnyTagClassName
{
color: #DCC955;
}
</style>
background-color css
<style>
a { background-color: #DCC955; }
a { background-color: rgb(220,201,85); }
div.DivClassName
{
background-color: #DCC955;
}
.BgClassName
{
background-color: #DCC955;
}
</style>
border-color css
<style>
span { border-color: #DCC955; }
span { border-color: rgb(220,201,85); }
td.TdClassName
{
border-color: #DCC955;
}
.TagClassName
{
border-color: #DCC955;
}
</style>