Shades of Confetti #DDCD49
Tints of Confetti #DDCD49
RGB
CMYK
RGB Variations
Color information
#DDCD49 (or 0xDDCD49) is known color: Confetti. HEX triplet: DD, CD and 49. RGB value is (221,205,73). Sum of RGB (Red+Green+Blue) = 221+205+73=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD49 is #2232B6. Grayscale: #C3C3C3. Windows color (decimal): -2241207 or 4836829. OLE color: 4836829.
HSL color Cylindrical-coordinate representation of color #DDCD49: hue angle of 53.51º 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 #DDCD49 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 73 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.13 |
| HSL | 53.51º | 0.69% | 0.58% | - |
| HSV(B) | 53.51º | 0.67% | 0.87% | - |
| XYZ | 52.85 | 59.52 | 15.01 | - |
| YUV | 194.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 73 | 0 | 0.07 | 0.67 | 0.13 | 53.51 | 0.69 | 0.58 |
| Hex | DD | CD | 49 | 0 | 7 | 43 | D | 36 | 45 | 3A |
| Octal | 335 | 315 | 111 | 0 | 7 | 103 | 15 | 66 | 105 | 72 |
| Binary | 11011101 | 11001101 | 1001001 | 0 | 111 | 1000011 | 1101 | 110110 | 1000101 | 111010 |
Color Harmonies of #DDCD49
Complementary color
Monochromatic Colors of #DDCD49
Black with #DDCD49
Text Example
Text Example
White with #DDCD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD49; }
p { color: rgb(221,205,73); }
H1.HeaderClassName
{
color: #DDCD49;
}
.AnyTagClassName
{
color: #DDCD49;
}
</style>
background-color css
<style>
a { background-color: #DDCD49; }
a { background-color: rgb(221,205,73); }
div.DivClassName
{
background-color: #DDCD49;
}
.BgClassName
{
background-color: #DDCD49;
}
</style>
border-color css
<style>
span { border-color: #DDCD49; }
span { border-color: rgb(221,205,73); }
td.TdClassName
{
border-color: #DDCD49;
}
.TagClassName
{
border-color: #DDCD49;
}
</style>