Shades of Confetti #DDC141
Tints of Confetti #DDC141
RGB
CMYK
RGB Variations
Color information
#DDC141 (or 0xDDC141) is known color: Confetti. HEX triplet: DD, C1 and 41. RGB value is (221,193,65). Sum of RGB (Red+Green+Blue) = 221+193+65=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC141 is #223EBE. Grayscale: #BBBBBB. Windows color (decimal): -2244287 or 4309469. OLE color: 4309469.
HSL color Cylindrical-coordinate representation of color #DDC141: hue angle of 49.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDC141 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 65 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.13 |
| HSL | 49.23º | 0.7% | 0.56% | - |
| HSV(B) | 49.23º | 0.71% | 0.87% | - |
| XYZ | 49.84 | 53.89 | 12.78 | - |
| YUV | 186.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 65 | 0 | 0.13 | 0.71 | 0.13 | 49.23 | 0.7 | 0.56 |
| Hex | DD | C1 | 41 | 0 | D | 47 | D | 31 | 46 | 38 |
| Octal | 335 | 301 | 101 | 0 | 15 | 107 | 15 | 61 | 106 | 70 |
| Binary | 11011101 | 11000001 | 1000001 | 0 | 1101 | 1000111 | 1101 | 110001 | 1000110 | 111000 |
Color Harmonies of #DDC141
Complementary color
Monochromatic Colors of #DDC141
Black with #DDC141
Text Example
Text Example
White with #DDC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC141; }
p { color: rgb(221,193,65); }
H1.HeaderClassName
{
color: #DDC141;
}
.AnyTagClassName
{
color: #DDC141;
}
</style>
background-color css
<style>
a { background-color: #DDC141; }
a { background-color: rgb(221,193,65); }
div.DivClassName
{
background-color: #DDC141;
}
.BgClassName
{
background-color: #DDC141;
}
</style>
border-color css
<style>
span { border-color: #DDC141; }
span { border-color: rgb(221,193,65); }
td.TdClassName
{
border-color: #DDC141;
}
.TagClassName
{
border-color: #DDC141;
}
</style>