Shades of Confetti #DDD142
Tints of Confetti #DDD142
RGB
CMYK
RGB Variations
Color information
#DDD142 (or 0xDDD142) is known color: Confetti. HEX triplet: DD, D1 and 42. RGB value is (221,209,66). Sum of RGB (Red+Green+Blue) = 221+209+66=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD142 is #222EBD. Grayscale: #C4C4C4. Windows color (decimal): -2240190 or 4379101. OLE color: 4379101.
HSL color Cylindrical-coordinate representation of color #DDD142: hue angle of 55.35º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDD142 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 66 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.13 |
| HSL | 55.35º | 0.7% | 0.56% | - |
| HSV(B) | 55.35º | 0.7% | 0.87% | - |
| XYZ | 53.6 | 61.37 | 14.17 | - |
| YUV | 196.29 | 54.48 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 66 | 0 | 0.05 | 0.70 | 0.13 | 55.35 | 0.7 | 0.56 |
| Hex | DD | D1 | 42 | 0 | 5 | 46 | D | 37 | 46 | 38 |
| Octal | 335 | 321 | 102 | 0 | 5 | 106 | 15 | 67 | 106 | 70 |
| Binary | 11011101 | 11010001 | 1000010 | 0 | 101 | 1000110 | 1101 | 110111 | 1000110 | 111000 |
Color Harmonies of #DDD142
Complementary color
Monochromatic Colors of #DDD142
Black with #DDD142
Text Example
Text Example
White with #DDD142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD142; }
p { color: rgb(221,209,66); }
H1.HeaderClassName
{
color: #DDD142;
}
.AnyTagClassName
{
color: #DDD142;
}
</style>
background-color css
<style>
a { background-color: #DDD142; }
a { background-color: rgb(221,209,66); }
div.DivClassName
{
background-color: #DDD142;
}
.BgClassName
{
background-color: #DDD142;
}
</style>
border-color css
<style>
span { border-color: #DDD142; }
span { border-color: rgb(221,209,66); }
td.TdClassName
{
border-color: #DDD142;
}
.TagClassName
{
border-color: #DDD142;
}
</style>