Shades of Confetti #DDD447
Tints of Confetti #DDD447
RGB
CMYK
RGB Variations
Color information
#DDD447 (or 0xDDD447) is known color: Confetti. HEX triplet: DD, D4 and 47. RGB value is (221,212,71). Sum of RGB (Red+Green+Blue) = 221+212+71=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 71 (28.12% from 255 or 14.09% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD447 is #222BB8. Grayscale: #C7C7C7. Windows color (decimal): -2239417 or 4707549. OLE color: 4707549.
HSL color Cylindrical-coordinate representation of color #DDD447: hue angle of 56.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDD447 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 71 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.13 |
| HSL | 56.4º | 0.69% | 0.57% | - |
| HSV(B) | 56.4º | 0.68% | 0.87% | - |
| XYZ | 54.5 | 62.91 | 15.23 | - |
| YUV | 198.62 | 55.98 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 71 | 0 | 0.04 | 0.68 | 0.13 | 56.4 | 0.69 | 0.57 |
| Hex | DD | D4 | 47 | 0 | 4 | 44 | D | 38 | 45 | 39 |
| Octal | 335 | 324 | 107 | 0 | 4 | 104 | 15 | 70 | 105 | 71 |
| Binary | 11011101 | 11010100 | 1000111 | 0 | 100 | 1000100 | 1101 | 111000 | 1000101 | 111001 |
Color Harmonies of #DDD447
Complementary color
Monochromatic Colors of #DDD447
Black with #DDD447
Text Example
Text Example
White with #DDD447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD447; }
p { color: rgb(221,212,71); }
H1.HeaderClassName
{
color: #DDD447;
}
.AnyTagClassName
{
color: #DDD447;
}
</style>
background-color css
<style>
a { background-color: #DDD447; }
a { background-color: rgb(221,212,71); }
div.DivClassName
{
background-color: #DDD447;
}
.BgClassName
{
background-color: #DDD447;
}
</style>
border-color css
<style>
span { border-color: #DDD447; }
span { border-color: rgb(221,212,71); }
td.TdClassName
{
border-color: #DDD447;
}
.TagClassName
{
border-color: #DDD447;
}
</style>