Shades of Confetti #DDD846
Tints of Confetti #DDD846
RGB
CMYK
RGB Variations
Color information
#DDD846 (or 0xDDD846) is known color: Confetti. HEX triplet: DD, D8 and 46. RGB value is (221,216,70). Sum of RGB (Red+Green+Blue) = 221+216+70=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD846 is #2227B9. Grayscale: #C9C9C9. Windows color (decimal): -2238394 or 4643037. OLE color: 4643037.
HSL color Cylindrical-coordinate representation of color #DDD846: hue angle of 58.01º 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 #DDD846 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 70 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.13 |
| HSL | 58.01º | 0.69% | 0.57% | - |
| HSV(B) | 58.01º | 0.68% | 0.87% | - |
| XYZ | 55.48 | 64.93 | 15.4 | - |
| YUV | 200.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 70 | 0 | 0.02 | 0.68 | 0.13 | 58.01 | 0.69 | 0.57 |
| Hex | DD | D8 | 46 | 0 | 2 | 44 | D | 3A | 45 | 39 |
| Octal | 335 | 330 | 106 | 0 | 2 | 104 | 15 | 72 | 105 | 71 |
| Binary | 11011101 | 11011000 | 1000110 | 0 | 10 | 1000100 | 1101 | 111010 | 1000101 | 111001 |
Color Harmonies of #DDD846
Complementary color
Monochromatic Colors of #DDD846
Black with #DDD846
Text Example
Text Example
White with #DDD846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD846; }
p { color: rgb(221,216,70); }
H1.HeaderClassName
{
color: #DDD846;
}
.AnyTagClassName
{
color: #DDD846;
}
</style>
background-color css
<style>
a { background-color: #DDD846; }
a { background-color: rgb(221,216,70); }
div.DivClassName
{
background-color: #DDD846;
}
.BgClassName
{
background-color: #DDD846;
}
</style>
border-color css
<style>
span { border-color: #DDD846; }
span { border-color: rgb(221,216,70); }
td.TdClassName
{
border-color: #DDD846;
}
.TagClassName
{
border-color: #DDD846;
}
</style>