Shades of Confetti #DDC655
Tints of Confetti #DDC655
RGB
CMYK
RGB Variations
Color information
#DDC655 (or 0xDDC655) is known color: Confetti. HEX triplet: DD, C6 and 55. RGB value is (221,198,85). Sum of RGB (Red+Green+Blue) = 221+198+85=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC655 is #2239AA. Grayscale: #C0C0C0. Windows color (decimal): -2242987 or 5621469. OLE color: 5621469.
HSL color Cylindrical-coordinate representation of color #DDC655: hue angle of 49.85º 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 #DDC655 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 85 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.13 |
| HSL | 49.85º | 0.67% | 0.6% | - |
| HSV(B) | 49.85º | 0.62% | 0.87% | - |
| XYZ | 51.65 | 56.42 | 16.76 | - |
| YUV | 192 | 67.62 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 85 | 0 | 0.10 | 0.62 | 0.13 | 49.85 | 0.67 | 0.6 |
| Hex | DD | C6 | 55 | 0 | A | 3E | D | 32 | 43 | 3C |
| Octal | 335 | 306 | 125 | 0 | 12 | 76 | 15 | 62 | 103 | 74 |
| Binary | 11011101 | 11000110 | 1010101 | 0 | 1010 | 111110 | 1101 | 110010 | 1000011 | 111100 |
Color Harmonies of #DDC655
Complementary color
Monochromatic Colors of #DDC655
Black with #DDC655
Text Example
Text Example
White with #DDC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC655; }
p { color: rgb(221,198,85); }
H1.HeaderClassName
{
color: #DDC655;
}
.AnyTagClassName
{
color: #DDC655;
}
</style>
background-color css
<style>
a { background-color: #DDC655; }
a { background-color: rgb(221,198,85); }
div.DivClassName
{
background-color: #DDC655;
}
.BgClassName
{
background-color: #DDC655;
}
</style>
border-color css
<style>
span { border-color: #DDC655; }
span { border-color: rgb(221,198,85); }
td.TdClassName
{
border-color: #DDC655;
}
.TagClassName
{
border-color: #DDC655;
}
</style>