Shades of Confetti #DDC355
Tints of Confetti #DDC355
RGB
CMYK
RGB Variations
Color information
#DDC355 (or 0xDDC355) is known color: Confetti. HEX triplet: DD, C3 and 55. RGB value is (221,195,85). Sum of RGB (Red+Green+Blue) = 221+195+85=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC355 is #223CAA. Grayscale: #BEBEBE. Windows color (decimal): -2243755 or 5620701. OLE color: 5620701.
HSL color Cylindrical-coordinate representation of color #DDC355: hue angle of 48.53º 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 #DDC355 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 85 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.13 |
| HSL | 48.53º | 0.67% | 0.6% | - |
| HSV(B) | 48.53º | 0.62% | 0.87% | - |
| XYZ | 50.97 | 55.06 | 16.54 | - |
| YUV | 190.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 85 | 0 | 0.12 | 0.62 | 0.13 | 48.53 | 0.67 | 0.6 |
| Hex | DD | C3 | 55 | 0 | C | 3E | D | 31 | 43 | 3C |
| Octal | 335 | 303 | 125 | 0 | 14 | 76 | 15 | 61 | 103 | 74 |
| Binary | 11011101 | 11000011 | 1010101 | 0 | 1100 | 111110 | 1101 | 110001 | 1000011 | 111100 |
Color Harmonies of #DDC355
Complementary color
Monochromatic Colors of #DDC355
Black with #DDC355
Text Example
Text Example
White with #DDC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC355; }
p { color: rgb(221,195,85); }
H1.HeaderClassName
{
color: #DDC355;
}
.AnyTagClassName
{
color: #DDC355;
}
</style>
background-color css
<style>
a { background-color: #DDC355; }
a { background-color: rgb(221,195,85); }
div.DivClassName
{
background-color: #DDC355;
}
.BgClassName
{
background-color: #DDC355;
}
</style>
border-color css
<style>
span { border-color: #DDC355; }
span { border-color: rgb(221,195,85); }
td.TdClassName
{
border-color: #DDC355;
}
.TagClassName
{
border-color: #DDC355;
}
</style>