Shades of Confetti #DDC149
Tints of Confetti #DDC149
RGB
CMYK
RGB Variations
Color information
#DDC149 (or 0xDDC149) is known color: Confetti. HEX triplet: DD, C1 and 49. RGB value is (221,193,73). Sum of RGB (Red+Green+Blue) = 221+193+73=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC149 is #223EB6. Grayscale: #BCBCBC. Windows color (decimal): -2244279 or 4833757. OLE color: 4833757.
HSL color Cylindrical-coordinate representation of color #DDC149: hue angle of 48.65º 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 #DDC149 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 73 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.13 |
| HSL | 48.65º | 0.69% | 0.58% | - |
| HSV(B) | 48.65º | 0.67% | 0.87% | - |
| XYZ | 50.09 | 53.99 | 14.08 | - |
| YUV | 187.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 73 | 0 | 0.13 | 0.67 | 0.13 | 48.65 | 0.69 | 0.58 |
| Hex | DD | C1 | 49 | 0 | D | 43 | D | 31 | 45 | 3A |
| Octal | 335 | 301 | 111 | 0 | 15 | 103 | 15 | 61 | 105 | 72 |
| Binary | 11011101 | 11000001 | 1001001 | 0 | 1101 | 1000011 | 1101 | 110001 | 1000101 | 111010 |
Color Harmonies of #DDC149
Complementary color
Monochromatic Colors of #DDC149
Black with #DDC149
Text Example
Text Example
White with #DDC149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC149; }
p { color: rgb(221,193,73); }
H1.HeaderClassName
{
color: #DDC149;
}
.AnyTagClassName
{
color: #DDC149;
}
</style>
background-color css
<style>
a { background-color: #DDC149; }
a { background-color: rgb(221,193,73); }
div.DivClassName
{
background-color: #DDC149;
}
.BgClassName
{
background-color: #DDC149;
}
</style>
border-color css
<style>
span { border-color: #DDC149; }
span { border-color: rgb(221,193,73); }
td.TdClassName
{
border-color: #DDC149;
}
.TagClassName
{
border-color: #DDC149;
}
</style>