Shades of Confetti #DDC549
Tints of Confetti #DDC549
RGB
CMYK
RGB Variations
Color information
#DDC549 (or 0xDDC549) is known color: Confetti. HEX triplet: DD, C5 and 49. RGB value is (221,197,73). Sum of RGB (Red+Green+Blue) = 221+197+73=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC549 is #223AB6. Grayscale: #BEBEBE. Windows color (decimal): -2243255 or 4834781. OLE color: 4834781.
HSL color Cylindrical-coordinate representation of color #DDC549: hue angle of 50.27º 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 #DDC549 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 73 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.13 |
| HSL | 50.27º | 0.69% | 0.58% | - |
| HSV(B) | 50.27º | 0.67% | 0.87% | - |
| XYZ | 50.99 | 55.79 | 14.38 | - |
| YUV | 190.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 73 | 0 | 0.11 | 0.67 | 0.13 | 50.27 | 0.69 | 0.58 |
| Hex | DD | C5 | 49 | 0 | B | 43 | D | 32 | 45 | 3A |
| Octal | 335 | 305 | 111 | 0 | 13 | 103 | 15 | 62 | 105 | 72 |
| Binary | 11011101 | 11000101 | 1001001 | 0 | 1011 | 1000011 | 1101 | 110010 | 1000101 | 111010 |
Color Harmonies of #DDC549
Complementary color
Monochromatic Colors of #DDC549
Black with #DDC549
Text Example
Text Example
White with #DDC549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC549; }
p { color: rgb(221,197,73); }
H1.HeaderClassName
{
color: #DDC549;
}
.AnyTagClassName
{
color: #DDC549;
}
</style>
background-color css
<style>
a { background-color: #DDC549; }
a { background-color: rgb(221,197,73); }
div.DivClassName
{
background-color: #DDC549;
}
.BgClassName
{
background-color: #DDC549;
}
</style>
border-color css
<style>
span { border-color: #DDC549; }
span { border-color: rgb(221,197,73); }
td.TdClassName
{
border-color: #DDC549;
}
.TagClassName
{
border-color: #DDC549;
}
</style>