Shades of Confetti #DDD847
Tints of Confetti #DDD847
RGB
CMYK
RGB Variations
Color information
#DDD847 (or 0xDDD847) is known color: Confetti. HEX triplet: DD, D8 and 47. RGB value is (221,216,71). Sum of RGB (Red+Green+Blue) = 221+216+71=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 71 (28.12% from 255 or 13.98% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD847 is #2227B8. Grayscale: #C9C9C9. Windows color (decimal): -2238393 or 4708573. OLE color: 4708573.
HSL color Cylindrical-coordinate representation of color #DDD847: hue angle of 58º 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 #DDD847 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 71 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.13 |
| HSL | 58º | 0.69% | 0.57% | - |
| HSV(B) | 58º | 0.68% | 0.87% | - |
| XYZ | 55.51 | 64.94 | 15.57 | - |
| YUV | 200.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 71 | 0 | 0.02 | 0.68 | 0.13 | 58 | 0.69 | 0.57 |
| Hex | DD | D8 | 47 | 0 | 2 | 44 | D | 3A | 45 | 39 |
| Octal | 335 | 330 | 107 | 0 | 2 | 104 | 15 | 72 | 105 | 71 |
| Binary | 11011101 | 11011000 | 1000111 | 0 | 10 | 1000100 | 1101 | 111010 | 1000101 | 111001 |
Color Harmonies of #DDD847
Complementary color
Monochromatic Colors of #DDD847
Black with #DDD847
Text Example
Text Example
White with #DDD847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD847; }
p { color: rgb(221,216,71); }
H1.HeaderClassName
{
color: #DDD847;
}
.AnyTagClassName
{
color: #DDD847;
}
</style>
background-color css
<style>
a { background-color: #DDD847; }
a { background-color: rgb(221,216,71); }
div.DivClassName
{
background-color: #DDD847;
}
.BgClassName
{
background-color: #DDD847;
}
</style>
border-color css
<style>
span { border-color: #DDD847; }
span { border-color: rgb(221,216,71); }
td.TdClassName
{
border-color: #DDD847;
}
.TagClassName
{
border-color: #DDD847;
}
</style>