Shades of Confetti #DDD441
Tints of Confetti #DDD441
RGB
CMYK
RGB Variations
Color information
#DDD441 (or 0xDDD441) is known color: Confetti. HEX triplet: DD, D4 and 41. RGB value is (221,212,65). Sum of RGB (Red+Green+Blue) = 221+212+65=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD441 is #222BBE. Grayscale: #C6C6C6. Windows color (decimal): -2239423 or 4314333. OLE color: 4314333.
HSL color Cylindrical-coordinate representation of color #DDD441: hue angle of 56.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDD441 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 65 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.13 |
| HSL | 56.54º | 0.7% | 0.56% | - |
| HSV(B) | 56.54º | 0.71% | 0.87% | - |
| XYZ | 54.32 | 62.84 | 14.27 | - |
| YUV | 197.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 65 | 0 | 0.04 | 0.71 | 0.13 | 56.54 | 0.7 | 0.56 |
| Hex | DD | D4 | 41 | 0 | 4 | 47 | D | 39 | 46 | 38 |
| Octal | 335 | 324 | 101 | 0 | 4 | 107 | 15 | 71 | 106 | 70 |
| Binary | 11011101 | 11010100 | 1000001 | 0 | 100 | 1000111 | 1101 | 111001 | 1000110 | 111000 |
Color Harmonies of #DDD441
Complementary color
Monochromatic Colors of #DDD441
Black with #DDD441
Text Example
Text Example
White with #DDD441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD441; }
p { color: rgb(221,212,65); }
H1.HeaderClassName
{
color: #DDD441;
}
.AnyTagClassName
{
color: #DDD441;
}
</style>
background-color css
<style>
a { background-color: #DDD441; }
a { background-color: rgb(221,212,65); }
div.DivClassName
{
background-color: #DDD441;
}
.BgClassName
{
background-color: #DDD441;
}
</style>
border-color css
<style>
span { border-color: #DDD441; }
span { border-color: rgb(221,212,65); }
td.TdClassName
{
border-color: #DDD441;
}
.TagClassName
{
border-color: #DDD441;
}
</style>