Shades of Confetti #DDCD55
Tints of Confetti #DDCD55
RGB
CMYK
RGB Variations
Color information
#DDCD55 (or 0xDDCD55) is known color: Confetti. HEX triplet: DD, CD and 55. RGB value is (221,205,85). Sum of RGB (Red+Green+Blue) = 221+205+85=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD55 is #2232AA. Grayscale: #C4C4C4. Windows color (decimal): -2241195 or 5623261. OLE color: 5623261.
HSL color Cylindrical-coordinate representation of color #DDCD55: hue angle of 52.94º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDCD55 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 85 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.13 |
| HSL | 52.94º | 0.67% | 0.6% | - |
| HSV(B) | 52.94º | 0.62% | 0.87% | - |
| XYZ | 53.29 | 59.69 | 17.31 | - |
| YUV | 196.1 | 65.3 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 85 | 0 | 0.07 | 0.62 | 0.13 | 52.94 | 0.67 | 0.6 |
| Hex | DD | CD | 55 | 0 | 7 | 3E | D | 35 | 43 | 3C |
| Octal | 335 | 315 | 125 | 0 | 7 | 76 | 15 | 65 | 103 | 74 |
| Binary | 11011101 | 11001101 | 1010101 | 0 | 111 | 111110 | 1101 | 110101 | 1000011 | 111100 |
Color Harmonies of #DDCD55
Complementary color
Monochromatic Colors of #DDCD55
Black with #DDCD55
Text Example
Text Example
White with #DDCD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD55; }
p { color: rgb(221,205,85); }
H1.HeaderClassName
{
color: #DDCD55;
}
.AnyTagClassName
{
color: #DDCD55;
}
</style>
background-color css
<style>
a { background-color: #DDCD55; }
a { background-color: rgb(221,205,85); }
div.DivClassName
{
background-color: #DDCD55;
}
.BgClassName
{
background-color: #DDCD55;
}
</style>
border-color css
<style>
span { border-color: #DDCD55; }
span { border-color: rgb(221,205,85); }
td.TdClassName
{
border-color: #DDCD55;
}
.TagClassName
{
border-color: #DDCD55;
}
</style>