Shades of Confetti #DDCD52
Tints of Confetti #DDCD52
RGB
CMYK
RGB Variations
Color information
#DDCD52 (or 0xDDCD52) is known color: Confetti. HEX triplet: DD, CD and 52. RGB value is (221,205,82). Sum of RGB (Red+Green+Blue) = 221+205+82=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD52 is #2232AD. Grayscale: #C4C4C4. Windows color (decimal): -2241198 or 5426653. OLE color: 5426653.
HSL color Cylindrical-coordinate representation of color #DDCD52: hue angle of 53.09º 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 #DDCD52 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 82 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.13 |
| HSL | 53.09º | 0.67% | 0.59% | - |
| HSV(B) | 53.09º | 0.63% | 0.87% | - |
| XYZ | 53.17 | 59.64 | 16.69 | - |
| YUV | 195.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 82 | 0 | 0.07 | 0.63 | 0.13 | 53.09 | 0.67 | 0.59 |
| Hex | DD | CD | 52 | 0 | 7 | 3F | D | 35 | 43 | 3B |
| Octal | 335 | 315 | 122 | 0 | 7 | 77 | 15 | 65 | 103 | 73 |
| Binary | 11011101 | 11001101 | 1010010 | 0 | 111 | 111111 | 1101 | 110101 | 1000011 | 111011 |
Color Harmonies of #DDCD52
Complementary color
Monochromatic Colors of #DDCD52
Black with #DDCD52
Text Example
Text Example
White with #DDCD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD52; }
p { color: rgb(221,205,82); }
H1.HeaderClassName
{
color: #DDCD52;
}
.AnyTagClassName
{
color: #DDCD52;
}
</style>
background-color css
<style>
a { background-color: #DDCD52; }
a { background-color: rgb(221,205,82); }
div.DivClassName
{
background-color: #DDCD52;
}
.BgClassName
{
background-color: #DDCD52;
}
</style>
border-color css
<style>
span { border-color: #DDCD52; }
span { border-color: rgb(221,205,82); }
td.TdClassName
{
border-color: #DDCD52;
}
.TagClassName
{
border-color: #DDCD52;
}
</style>