Shades of Confetti #DCCD56
Tints of Confetti #DCCD56
RGB
CMYK
RGB Variations
Color information
#DCCD56 (or 0xDCCD56) is known color: Confetti. HEX triplet: DC, CD and 56. RGB value is (220,205,86). Sum of RGB (Red+Green+Blue) = 220+205+86=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD56 is #2332A9. Grayscale: #C4C4C4. Windows color (decimal): -2306730 or 5688796. OLE color: 5688796.
HSL color Cylindrical-coordinate representation of color #DCCD56: hue angle of 53.28º 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 #DCCD56 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 86 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.14 |
| HSL | 53.28º | 0.66% | 0.6% | - |
| HSV(B) | 53.28º | 0.61% | 0.86% | - |
| XYZ | 53.03 | 59.55 | 17.5 | - |
| YUV | 195.92 | 65.97 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 86 | 0 | 0.07 | 0.61 | 0.14 | 53.28 | 0.66 | 0.6 |
| Hex | DC | CD | 56 | 0 | 7 | 3D | E | 35 | 42 | 3C |
| Octal | 334 | 315 | 126 | 0 | 7 | 75 | 16 | 65 | 102 | 74 |
| Binary | 11011100 | 11001101 | 1010110 | 0 | 111 | 111101 | 1110 | 110101 | 1000010 | 111100 |
Color Harmonies of #DCCD56
Complementary color
Monochromatic Colors of #DCCD56
Black with #DCCD56
Text Example
Text Example
White with #DCCD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD56; }
p { color: rgb(220,205,86); }
H1.HeaderClassName
{
color: #DCCD56;
}
.AnyTagClassName
{
color: #DCCD56;
}
</style>
background-color css
<style>
a { background-color: #DCCD56; }
a { background-color: rgb(220,205,86); }
div.DivClassName
{
background-color: #DCCD56;
}
.BgClassName
{
background-color: #DCCD56;
}
</style>
border-color css
<style>
span { border-color: #DCCD56; }
span { border-color: rgb(220,205,86); }
td.TdClassName
{
border-color: #DCCD56;
}
.TagClassName
{
border-color: #DCCD56;
}
</style>