Shades of Confetti #DDD440
Tints of Confetti #DDD440
RGB
CMYK
RGB Variations
Color information
#DDD440 (or 0xDDD440) is known color: Confetti. HEX triplet: DD, D4 and 40. RGB value is (221,212,64). Sum of RGB (Red+Green+Blue) = 221+212+64=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD440 is #222BBF. Grayscale: #C6C6C6. Windows color (decimal): -2239424 or 4248797. OLE color: 4248797.
HSL color Cylindrical-coordinate representation of color #DDD440: hue angle of 56.56º 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 #DDD440 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 64 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.13 |
| HSL | 56.56º | 0.7% | 0.56% | - |
| HSV(B) | 56.56º | 0.71% | 0.87% | - |
| XYZ | 54.29 | 62.83 | 14.12 | - |
| YUV | 197.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 64 | 0 | 0.04 | 0.71 | 0.13 | 56.56 | 0.7 | 0.56 |
| Hex | DD | D4 | 40 | 0 | 4 | 47 | D | 39 | 46 | 38 |
| Octal | 335 | 324 | 100 | 0 | 4 | 107 | 15 | 71 | 106 | 70 |
| Binary | 11011101 | 11010100 | 1000000 | 0 | 100 | 1000111 | 1101 | 111001 | 1000110 | 111000 |
Color Harmonies of #DDD440
Complementary color
Monochromatic Colors of #DDD440
Black with #DDD440
Text Example
Text Example
White with #DDD440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD440; }
p { color: rgb(221,212,64); }
H1.HeaderClassName
{
color: #DDD440;
}
.AnyTagClassName
{
color: #DDD440;
}
</style>
background-color css
<style>
a { background-color: #DDD440; }
a { background-color: rgb(221,212,64); }
div.DivClassName
{
background-color: #DDD440;
}
.BgClassName
{
background-color: #DDD440;
}
</style>
border-color css
<style>
span { border-color: #DDD440; }
span { border-color: rgb(221,212,64); }
td.TdClassName
{
border-color: #DDD440;
}
.TagClassName
{
border-color: #DDD440;
}
</style>