Shades of Confetti #DDC147
Tints of Confetti #DDC147
RGB
CMYK
RGB Variations
Color information
#DDC147 (or 0xDDC147) is known color: Confetti. HEX triplet: DD, C1 and 47. RGB value is (221,193,71). Sum of RGB (Red+Green+Blue) = 221+193+71=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 71 (28.12% from 255 or 14.64% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC147 is #223EB8. Grayscale: #BBBBBB. Windows color (decimal): -2244281 or 4702685. OLE color: 4702685.
HSL color Cylindrical-coordinate representation of color #DDC147: hue angle of 48.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDC147 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 71 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.13 |
| HSL | 48.8º | 0.69% | 0.57% | - |
| HSV(B) | 48.8º | 0.68% | 0.87% | - |
| XYZ | 50.03 | 53.97 | 13.74 | - |
| YUV | 187.46 | 62.28 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 71 | 0 | 0.13 | 0.68 | 0.13 | 48.8 | 0.69 | 0.57 |
| Hex | DD | C1 | 47 | 0 | D | 44 | D | 31 | 45 | 39 |
| Octal | 335 | 301 | 107 | 0 | 15 | 104 | 15 | 61 | 105 | 71 |
| Binary | 11011101 | 11000001 | 1000111 | 0 | 1101 | 1000100 | 1101 | 110001 | 1000101 | 111001 |
Color Harmonies of #DDC147
Complementary color
Monochromatic Colors of #DDC147
Black with #DDC147
Text Example
Text Example
White with #DDC147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC147; }
p { color: rgb(221,193,71); }
H1.HeaderClassName
{
color: #DDC147;
}
.AnyTagClassName
{
color: #DDC147;
}
</style>
background-color css
<style>
a { background-color: #DDC147; }
a { background-color: rgb(221,193,71); }
div.DivClassName
{
background-color: #DDC147;
}
.BgClassName
{
background-color: #DDC147;
}
</style>
border-color css
<style>
span { border-color: #DDC147; }
span { border-color: rgb(221,193,71); }
td.TdClassName
{
border-color: #DDC147;
}
.TagClassName
{
border-color: #DDC147;
}
</style>