Shades of Confetti #DCC556
Tints of Confetti #DCC556
RGB
CMYK
RGB Variations
Color information
#DCC556 (or 0xDCC556) is known color: Confetti. HEX triplet: DC, C5 and 56. RGB value is (220,197,86). Sum of RGB (Red+Green+Blue) = 220+197+86=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC556 is #233AA9. Grayscale: #BFBFBF. Windows color (decimal): -2308778 or 5686748. OLE color: 5686748.
HSL color Cylindrical-coordinate representation of color #DCC556: hue angle of 49.7º 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 #DCC556 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 86 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.14 |
| HSL | 49.7º | 0.66% | 0.6% | - |
| HSV(B) | 49.7º | 0.61% | 0.86% | - |
| XYZ | 51.16 | 55.82 | 16.88 | - |
| YUV | 191.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 86 | 0 | 0.10 | 0.61 | 0.14 | 49.7 | 0.66 | 0.6 |
| Hex | DC | C5 | 56 | 0 | A | 3D | E | 32 | 42 | 3C |
| Octal | 334 | 305 | 126 | 0 | 12 | 75 | 16 | 62 | 102 | 74 |
| Binary | 11011100 | 11000101 | 1010110 | 0 | 1010 | 111101 | 1110 | 110010 | 1000010 | 111100 |
Color Harmonies of #DCC556
Complementary color
Monochromatic Colors of #DCC556
Black with #DCC556
Text Example
Text Example
White with #DCC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC556; }
p { color: rgb(220,197,86); }
H1.HeaderClassName
{
color: #DCC556;
}
.AnyTagClassName
{
color: #DCC556;
}
</style>
background-color css
<style>
a { background-color: #DCC556; }
a { background-color: rgb(220,197,86); }
div.DivClassName
{
background-color: #DCC556;
}
.BgClassName
{
background-color: #DCC556;
}
</style>
border-color css
<style>
span { border-color: #DCC556; }
span { border-color: rgb(220,197,86); }
td.TdClassName
{
border-color: #DCC556;
}
.TagClassName
{
border-color: #DCC556;
}
</style>