Shades of Confetti #DDC550
Tints of Confetti #DDC550
RGB
CMYK
RGB Variations
Color information
#DDC550 (or 0xDDC550) is known color: Confetti. HEX triplet: DD, C5 and 50. RGB value is (221,197,80). Sum of RGB (Red+Green+Blue) = 221+197+80=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC550 is #223AAF. Grayscale: #BFBFBF. Windows color (decimal): -2243248 or 5293533. OLE color: 5293533.
HSL color Cylindrical-coordinate representation of color #DDC550: hue angle of 49.79º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDC550 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 80 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.13 |
| HSL | 49.79º | 0.67% | 0.59% | - |
| HSV(B) | 49.79º | 0.64% | 0.87% | - |
| XYZ | 51.23 | 55.88 | 15.68 | - |
| YUV | 190.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 80 | 0 | 0.11 | 0.64 | 0.13 | 49.79 | 0.67 | 0.59 |
| Hex | DD | C5 | 50 | 0 | B | 40 | D | 32 | 43 | 3B |
| Octal | 335 | 305 | 120 | 0 | 13 | 100 | 15 | 62 | 103 | 73 |
| Binary | 11011101 | 11000101 | 1010000 | 0 | 1011 | 1000000 | 1101 | 110010 | 1000011 | 111011 |
Color Harmonies of #DDC550
Complementary color
Monochromatic Colors of #DDC550
Black with #DDC550
Text Example
Text Example
White with #DDC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC550; }
p { color: rgb(221,197,80); }
H1.HeaderClassName
{
color: #DDC550;
}
.AnyTagClassName
{
color: #DDC550;
}
</style>
background-color css
<style>
a { background-color: #DDC550; }
a { background-color: rgb(221,197,80); }
div.DivClassName
{
background-color: #DDC550;
}
.BgClassName
{
background-color: #DDC550;
}
</style>
border-color css
<style>
span { border-color: #DDC550; }
span { border-color: rgb(221,197,80); }
td.TdClassName
{
border-color: #DDC550;
}
.TagClassName
{
border-color: #DDC550;
}
</style>