Shades of Confetti #DDD246
Tints of Confetti #DDD246
RGB
CMYK
RGB Variations
Color information
#DDD246 (or 0xDDD246) is known color: Confetti. HEX triplet: DD, D2 and 46. RGB value is (221,210,70). Sum of RGB (Red+Green+Blue) = 221+210+70=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD246 is #222DB9. Grayscale: #C5C5C5. Windows color (decimal): -2239930 or 4641501. OLE color: 4641501.
HSL color Cylindrical-coordinate representation of color #DDD246: hue angle of 55.63º 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 #DDD246 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 70 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.13 |
| HSL | 55.63º | 0.69% | 0.57% | - |
| HSV(B) | 55.63º | 0.68% | 0.87% | - |
| XYZ | 53.97 | 61.91 | 14.9 | - |
| YUV | 197.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 70 | 0 | 0.05 | 0.68 | 0.13 | 55.63 | 0.69 | 0.57 |
| Hex | DD | D2 | 46 | 0 | 5 | 44 | D | 38 | 45 | 39 |
| Octal | 335 | 322 | 106 | 0 | 5 | 104 | 15 | 70 | 105 | 71 |
| Binary | 11011101 | 11010010 | 1000110 | 0 | 101 | 1000100 | 1101 | 111000 | 1000101 | 111001 |
Color Harmonies of #DDD246
Complementary color
Monochromatic Colors of #DDD246
Black with #DDD246
Text Example
Text Example
White with #DDD246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD246; }
p { color: rgb(221,210,70); }
H1.HeaderClassName
{
color: #DDD246;
}
.AnyTagClassName
{
color: #DDD246;
}
</style>
background-color css
<style>
a { background-color: #DDD246; }
a { background-color: rgb(221,210,70); }
div.DivClassName
{
background-color: #DDD246;
}
.BgClassName
{
background-color: #DDD246;
}
</style>
border-color css
<style>
span { border-color: #DDD246; }
span { border-color: rgb(221,210,70); }
td.TdClassName
{
border-color: #DDD246;
}
.TagClassName
{
border-color: #DDD246;
}
</style>