Shades of Confetti #DDC152
Tints of Confetti #DDC152
RGB
CMYK
RGB Variations
Color information
#DDC152 (or 0xDDC152) is known color: Confetti. HEX triplet: DD, C1 and 52. RGB value is (221,193,82). Sum of RGB (Red+Green+Blue) = 221+193+82=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC152 is #223EAD. Grayscale: #BDBDBD. Windows color (decimal): -2244270 or 5423581. OLE color: 5423581.
HSL color Cylindrical-coordinate representation of color #DDC152: hue angle of 47.91º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDC152 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 82 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.13 |
| HSL | 47.91º | 0.67% | 0.59% | - |
| HSV(B) | 47.91º | 0.63% | 0.87% | - |
| XYZ | 50.41 | 54.12 | 15.77 | - |
| YUV | 188.72 | 67.78 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 82 | 0 | 0.13 | 0.63 | 0.13 | 47.91 | 0.67 | 0.59 |
| Hex | DD | C1 | 52 | 0 | D | 3F | D | 30 | 43 | 3B |
| Octal | 335 | 301 | 122 | 0 | 15 | 77 | 15 | 60 | 103 | 73 |
| Binary | 11011101 | 11000001 | 1010010 | 0 | 1101 | 111111 | 1101 | 110000 | 1000011 | 111011 |
Color Harmonies of #DDC152
Complementary color
Monochromatic Colors of #DDC152
Black with #DDC152
Text Example
Text Example
White with #DDC152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC152; }
p { color: rgb(221,193,82); }
H1.HeaderClassName
{
color: #DDC152;
}
.AnyTagClassName
{
color: #DDC152;
}
</style>
background-color css
<style>
a { background-color: #DDC152; }
a { background-color: rgb(221,193,82); }
div.DivClassName
{
background-color: #DDC152;
}
.BgClassName
{
background-color: #DDC152;
}
</style>
border-color css
<style>
span { border-color: #DDC152; }
span { border-color: rgb(221,193,82); }
td.TdClassName
{
border-color: #DDC152;
}
.TagClassName
{
border-color: #DDC152;
}
</style>