Shades of Confetti #DDC049
Tints of Confetti #DDC049
RGB
CMYK
RGB Variations
Color information
#DDC049 (or 0xDDC049) is known color: Confetti. HEX triplet: DD, C0 and 49. RGB value is (221,192,73). Sum of RGB (Red+Green+Blue) = 221+192+73=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC049 is #223FB6. Grayscale: #BBBBBB. Windows color (decimal): -2244535 or 4833501. OLE color: 4833501.
HSL color Cylindrical-coordinate representation of color #DDC049: hue angle of 48.24º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDC049 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 73 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.13 |
| HSL | 48.24º | 0.69% | 0.58% | - |
| HSV(B) | 48.24º | 0.67% | 0.87% | - |
| XYZ | 49.87 | 53.55 | 14.01 | - |
| YUV | 187.11 | 63.61 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 73 | 0 | 0.13 | 0.67 | 0.13 | 48.24 | 0.69 | 0.58 |
| Hex | DD | C0 | 49 | 0 | D | 43 | D | 30 | 45 | 3A |
| Octal | 335 | 300 | 111 | 0 | 15 | 103 | 15 | 60 | 105 | 72 |
| Binary | 11011101 | 11000000 | 1001001 | 0 | 1101 | 1000011 | 1101 | 110000 | 1000101 | 111010 |
Color Harmonies of #DDC049
Complementary color
Monochromatic Colors of #DDC049
Black with #DDC049
Text Example
Text Example
White with #DDC049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC049; }
p { color: rgb(221,192,73); }
H1.HeaderClassName
{
color: #DDC049;
}
.AnyTagClassName
{
color: #DDC049;
}
</style>
background-color css
<style>
a { background-color: #DDC049; }
a { background-color: rgb(221,192,73); }
div.DivClassName
{
background-color: #DDC049;
}
.BgClassName
{
background-color: #DDC049;
}
</style>
border-color css
<style>
span { border-color: #DDC049; }
span { border-color: rgb(221,192,73); }
td.TdClassName
{
border-color: #DDC049;
}
.TagClassName
{
border-color: #DDC049;
}
</style>