Shades of Confetti #DDC349
Tints of Confetti #DDC349
RGB
CMYK
RGB Variations
Color information
#DDC349 (or 0xDDC349) is known color: Confetti. HEX triplet: DD, C3 and 49. RGB value is (221,195,73). Sum of RGB (Red+Green+Blue) = 221+195+73=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC349 is #223CB6. Grayscale: #BDBDBD. Windows color (decimal): -2243767 or 4834269. OLE color: 4834269.
HSL color Cylindrical-coordinate representation of color #DDC349: hue angle of 49.46º 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 #DDC349 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 73 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.13 |
| HSL | 49.46º | 0.69% | 0.58% | - |
| HSV(B) | 49.46º | 0.67% | 0.87% | - |
| XYZ | 50.54 | 54.88 | 14.23 | - |
| YUV | 188.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 73 | 0 | 0.12 | 0.67 | 0.13 | 49.46 | 0.69 | 0.58 |
| Hex | DD | C3 | 49 | 0 | C | 43 | D | 31 | 45 | 3A |
| Octal | 335 | 303 | 111 | 0 | 14 | 103 | 15 | 61 | 105 | 72 |
| Binary | 11011101 | 11000011 | 1001001 | 0 | 1100 | 1000011 | 1101 | 110001 | 1000101 | 111010 |
Color Harmonies of #DDC349
Complementary color
Monochromatic Colors of #DDC349
Black with #DDC349
Text Example
Text Example
White with #DDC349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC349; }
p { color: rgb(221,195,73); }
H1.HeaderClassName
{
color: #DDC349;
}
.AnyTagClassName
{
color: #DDC349;
}
</style>
background-color css
<style>
a { background-color: #DDC349; }
a { background-color: rgb(221,195,73); }
div.DivClassName
{
background-color: #DDC349;
}
.BgClassName
{
background-color: #DDC349;
}
</style>
border-color css
<style>
span { border-color: #DDC349; }
span { border-color: rgb(221,195,73); }
td.TdClassName
{
border-color: #DDC349;
}
.TagClassName
{
border-color: #DDC349;
}
</style>