Shades of Confetti #DDD046
Tints of Confetti #DDD046
RGB
CMYK
RGB Variations
Color information
#DDD046 (or 0xDDD046) is known color: Confetti. HEX triplet: DD, D0 and 46. RGB value is (221,208,70). Sum of RGB (Red+Green+Blue) = 221+208+70=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD046 is #222FB9. Grayscale: #C4C4C4. Windows color (decimal): -2240442 or 4640989. OLE color: 4640989.
HSL color Cylindrical-coordinate representation of color #DDD046: hue angle of 54.83º 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 #DDD046 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 70 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.13 |
| HSL | 54.83º | 0.69% | 0.57% | - |
| HSV(B) | 54.83º | 0.68% | 0.87% | - |
| XYZ | 53.48 | 60.93 | 14.74 | - |
| YUV | 196.16 | 56.81 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 70 | 0 | 0.06 | 0.68 | 0.13 | 54.83 | 0.69 | 0.57 |
| Hex | DD | D0 | 46 | 0 | 6 | 44 | D | 37 | 45 | 39 |
| Octal | 335 | 320 | 106 | 0 | 6 | 104 | 15 | 67 | 105 | 71 |
| Binary | 11011101 | 11010000 | 1000110 | 0 | 110 | 1000100 | 1101 | 110111 | 1000101 | 111001 |
Color Harmonies of #DDD046
Complementary color
Monochromatic Colors of #DDD046
Black with #DDD046
Text Example
Text Example
White with #DDD046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD046; }
p { color: rgb(221,208,70); }
H1.HeaderClassName
{
color: #DDD046;
}
.AnyTagClassName
{
color: #DDD046;
}
</style>
background-color css
<style>
a { background-color: #DDD046; }
a { background-color: rgb(221,208,70); }
div.DivClassName
{
background-color: #DDD046;
}
.BgClassName
{
background-color: #DDD046;
}
</style>
border-color css
<style>
span { border-color: #DDD046; }
span { border-color: rgb(221,208,70); }
td.TdClassName
{
border-color: #DDD046;
}
.TagClassName
{
border-color: #DDD046;
}
</style>