Shades of Confetti #DDCD56
Tints of Confetti #DDCD56
RGB
CMYK
RGB Variations
Color information
#DDCD56 (or 0xDDCD56) is known color: Confetti. HEX triplet: DD, CD and 56. RGB value is (221,205,86). Sum of RGB (Red+Green+Blue) = 221+205+86=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD56 is #2232A9. Grayscale: #C4C4C4. Windows color (decimal): -2241194 or 5688797. OLE color: 5688797.
HSL color Cylindrical-coordinate representation of color #DDCD56: hue angle of 52.89º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDCD56 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 86 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.13 |
| HSL | 52.89º | 0.67% | 0.6% | - |
| HSV(B) | 52.89º | 0.61% | 0.87% | - |
| XYZ | 53.33 | 59.71 | 17.52 | - |
| YUV | 196.22 | 65.8 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 86 | 0 | 0.07 | 0.61 | 0.13 | 52.89 | 0.67 | 0.6 |
| Hex | DD | CD | 56 | 0 | 7 | 3D | D | 35 | 43 | 3C |
| Octal | 335 | 315 | 126 | 0 | 7 | 75 | 15 | 65 | 103 | 74 |
| Binary | 11011101 | 11001101 | 1010110 | 0 | 111 | 111101 | 1101 | 110101 | 1000011 | 111100 |
Color Harmonies of #DDCD56
Complementary color
Monochromatic Colors of #DDCD56
Black with #DDCD56
Text Example
Text Example
White with #DDCD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD56; }
p { color: rgb(221,205,86); }
H1.HeaderClassName
{
color: #DDCD56;
}
.AnyTagClassName
{
color: #DDCD56;
}
</style>
background-color css
<style>
a { background-color: #DDCD56; }
a { background-color: rgb(221,205,86); }
div.DivClassName
{
background-color: #DDCD56;
}
.BgClassName
{
background-color: #DDCD56;
}
</style>
border-color css
<style>
span { border-color: #DDCD56; }
span { border-color: rgb(221,205,86); }
td.TdClassName
{
border-color: #DDCD56;
}
.TagClassName
{
border-color: #DDCD56;
}
</style>