Shades of Confetti #DDD050
Tints of Confetti #DDD050
RGB
CMYK
RGB Variations
Color information
#DDD050 (or 0xDDD050) is known color: Confetti. HEX triplet: DD, D0 and 50. RGB value is (221,208,80). Sum of RGB (Red+Green+Blue) = 221+208+80=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD050 is #222FAF. Grayscale: #C5C5C5. Windows color (decimal): -2240432 or 5296349. OLE color: 5296349.
HSL color Cylindrical-coordinate representation of color #DDD050: hue angle of 54.47º 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 #DDD050 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 80 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.13 |
| HSL | 54.47º | 0.67% | 0.59% | - |
| HSV(B) | 54.47º | 0.64% | 0.87% | - |
| XYZ | 53.82 | 61.06 | 16.54 | - |
| YUV | 197.3 | 61.81 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 80 | 0 | 0.06 | 0.64 | 0.13 | 54.47 | 0.67 | 0.59 |
| Hex | DD | D0 | 50 | 0 | 6 | 40 | D | 36 | 43 | 3B |
| Octal | 335 | 320 | 120 | 0 | 6 | 100 | 15 | 66 | 103 | 73 |
| Binary | 11011101 | 11010000 | 1010000 | 0 | 110 | 1000000 | 1101 | 110110 | 1000011 | 111011 |
Color Harmonies of #DDD050
Complementary color
Monochromatic Colors of #DDD050
Black with #DDD050
Text Example
Text Example
White with #DDD050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD050; }
p { color: rgb(221,208,80); }
H1.HeaderClassName
{
color: #DDD050;
}
.AnyTagClassName
{
color: #DDD050;
}
</style>
background-color css
<style>
a { background-color: #DDD050; }
a { background-color: rgb(221,208,80); }
div.DivClassName
{
background-color: #DDD050;
}
.BgClassName
{
background-color: #DDD050;
}
</style>
border-color css
<style>
span { border-color: #DDD050; }
span { border-color: rgb(221,208,80); }
td.TdClassName
{
border-color: #DDD050;
}
.TagClassName
{
border-color: #DDD050;
}
</style>