Shades of Confetti #DDC555
Tints of Confetti #DDC555
RGB
CMYK
RGB Variations
Color information
#DDC555 (or 0xDDC555) is known color: Confetti. HEX triplet: DD, C5 and 55. RGB value is (221,197,85). Sum of RGB (Red+Green+Blue) = 221+197+85=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC555 is #223AAA. Grayscale: #BFBFBF. Windows color (decimal): -2243243 or 5621213. OLE color: 5621213.
HSL color Cylindrical-coordinate representation of color #DDC555: hue angle of 49.41º 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 #DDC555 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 85 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.13 |
| HSL | 49.41º | 0.67% | 0.6% | - |
| HSV(B) | 49.41º | 0.62% | 0.87% | - |
| XYZ | 51.42 | 55.96 | 16.69 | - |
| YUV | 191.41 | 67.95 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 85 | 0 | 0.11 | 0.62 | 0.13 | 49.41 | 0.67 | 0.6 |
| Hex | DD | C5 | 55 | 0 | B | 3E | D | 31 | 43 | 3C |
| Octal | 335 | 305 | 125 | 0 | 13 | 76 | 15 | 61 | 103 | 74 |
| Binary | 11011101 | 11000101 | 1010101 | 0 | 1011 | 111110 | 1101 | 110001 | 1000011 | 111100 |
Color Harmonies of #DDC555
Complementary color
Monochromatic Colors of #DDC555
Black with #DDC555
Text Example
Text Example
White with #DDC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC555; }
p { color: rgb(221,197,85); }
H1.HeaderClassName
{
color: #DDC555;
}
.AnyTagClassName
{
color: #DDC555;
}
</style>
background-color css
<style>
a { background-color: #DDC555; }
a { background-color: rgb(221,197,85); }
div.DivClassName
{
background-color: #DDC555;
}
.BgClassName
{
background-color: #DDC555;
}
</style>
border-color css
<style>
span { border-color: #DDC555; }
span { border-color: rgb(221,197,85); }
td.TdClassName
{
border-color: #DDC555;
}
.TagClassName
{
border-color: #DDC555;
}
</style>