Shades of Confetti #DDC455
Tints of Confetti #DDC455
RGB
CMYK
RGB Variations
Color information
#DDC455 (or 0xDDC455) is known color: Confetti. HEX triplet: DD, C4 and 55. RGB value is (221,196,85). Sum of RGB (Red+Green+Blue) = 221+196+85=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC455 is #223BAA. Grayscale: #BFBFBF. Windows color (decimal): -2243499 or 5620957. OLE color: 5620957.
HSL color Cylindrical-coordinate representation of color #DDC455: hue angle of 48.97º 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 #DDC455 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 85 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.13 |
| HSL | 48.97º | 0.67% | 0.6% | - |
| HSV(B) | 48.97º | 0.62% | 0.87% | - |
| XYZ | 51.2 | 55.51 | 16.61 | - |
| YUV | 190.82 | 68.28 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 85 | 0 | 0.11 | 0.62 | 0.13 | 48.97 | 0.67 | 0.6 |
| Hex | DD | C4 | 55 | 0 | B | 3E | D | 31 | 43 | 3C |
| Octal | 335 | 304 | 125 | 0 | 13 | 76 | 15 | 61 | 103 | 74 |
| Binary | 11011101 | 11000100 | 1010101 | 0 | 1011 | 111110 | 1101 | 110001 | 1000011 | 111100 |
Color Harmonies of #DDC455
Complementary color
Monochromatic Colors of #DDC455
Black with #DDC455
Text Example
Text Example
White with #DDC455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC455; }
p { color: rgb(221,196,85); }
H1.HeaderClassName
{
color: #DDC455;
}
.AnyTagClassName
{
color: #DDC455;
}
</style>
background-color css
<style>
a { background-color: #DDC455; }
a { background-color: rgb(221,196,85); }
div.DivClassName
{
background-color: #DDC455;
}
.BgClassName
{
background-color: #DDC455;
}
</style>
border-color css
<style>
span { border-color: #DDC455; }
span { border-color: rgb(221,196,85); }
td.TdClassName
{
border-color: #DDC455;
}
.TagClassName
{
border-color: #DDC455;
}
</style>