Shades of Confetti #DDCE52
Tints of Confetti #DDCE52
RGB
CMYK
RGB Variations
Color information
#DDCE52 (or 0xDDCE52) is known color: Confetti. HEX triplet: DD, CE and 52. RGB value is (221,206,82). Sum of RGB (Red+Green+Blue) = 221+206+82=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE52 is #2231AD. Grayscale: #C4C4C4. Windows color (decimal): -2240942 or 5426909. OLE color: 5426909.
HSL color Cylindrical-coordinate representation of color #DDCE52: hue angle of 53.53º 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 #DDCE52 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 82 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.13 |
| HSL | 53.53º | 0.67% | 0.59% | - |
| HSV(B) | 53.53º | 0.63% | 0.87% | - |
| XYZ | 53.41 | 60.12 | 16.77 | - |
| YUV | 196.35 | 63.47 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 82 | 0 | 0.07 | 0.63 | 0.13 | 53.53 | 0.67 | 0.59 |
| Hex | DD | CE | 52 | 0 | 7 | 3F | D | 36 | 43 | 3B |
| Octal | 335 | 316 | 122 | 0 | 7 | 77 | 15 | 66 | 103 | 73 |
| Binary | 11011101 | 11001110 | 1010010 | 0 | 111 | 111111 | 1101 | 110110 | 1000011 | 111011 |
Color Harmonies of #DDCE52
Complementary color
Monochromatic Colors of #DDCE52
Black with #DDCE52
Text Example
Text Example
White with #DDCE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE52; }
p { color: rgb(221,206,82); }
H1.HeaderClassName
{
color: #DDCE52;
}
.AnyTagClassName
{
color: #DDCE52;
}
</style>
background-color css
<style>
a { background-color: #DDCE52; }
a { background-color: rgb(221,206,82); }
div.DivClassName
{
background-color: #DDCE52;
}
.BgClassName
{
background-color: #DDCE52;
}
</style>
border-color css
<style>
span { border-color: #DDCE52; }
span { border-color: rgb(221,206,82); }
td.TdClassName
{
border-color: #DDCE52;
}
.TagClassName
{
border-color: #DDCE52;
}
</style>