Shades of Confetti #DDC142
Tints of Confetti #DDC142
RGB
CMYK
RGB Variations
Color information
#DDC142 (or 0xDDC142) is known color: Confetti. HEX triplet: DD, C1 and 42. RGB value is (221,193,66). Sum of RGB (Red+Green+Blue) = 221+193+66=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 66 (26.17% from 255 or 13.75% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC142 is #223EBD. Grayscale: #BBBBBB. Windows color (decimal): -2244286 or 4375005. OLE color: 4375005.
HSL color Cylindrical-coordinate representation of color #DDC142: hue angle of 49.16º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDC142 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 66 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.13 |
| HSL | 49.16º | 0.7% | 0.56% | - |
| HSV(B) | 49.16º | 0.7% | 0.87% | - |
| XYZ | 49.87 | 53.91 | 12.93 | - |
| YUV | 186.89 | 59.78 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 66 | 0 | 0.13 | 0.70 | 0.13 | 49.16 | 0.7 | 0.56 |
| Hex | DD | C1 | 42 | 0 | D | 46 | D | 31 | 46 | 38 |
| Octal | 335 | 301 | 102 | 0 | 15 | 106 | 15 | 61 | 106 | 70 |
| Binary | 11011101 | 11000001 | 1000010 | 0 | 1101 | 1000110 | 1101 | 110001 | 1000110 | 111000 |
Color Harmonies of #DDC142
Complementary color
Monochromatic Colors of #DDC142
Black with #DDC142
Text Example
Text Example
White with #DDC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC142; }
p { color: rgb(221,193,66); }
H1.HeaderClassName
{
color: #DDC142;
}
.AnyTagClassName
{
color: #DDC142;
}
</style>
background-color css
<style>
a { background-color: #DDC142; }
a { background-color: rgb(221,193,66); }
div.DivClassName
{
background-color: #DDC142;
}
.BgClassName
{
background-color: #DDC142;
}
</style>
border-color css
<style>
span { border-color: #DDC142; }
span { border-color: rgb(221,193,66); }
td.TdClassName
{
border-color: #DDC142;
}
.TagClassName
{
border-color: #DDC142;
}
</style>