Shades of Confetti #DDC852
Tints of Confetti #DDC852
RGB
CMYK
RGB Variations
Color information
#DDC852 (or 0xDDC852) is known color: Confetti. HEX triplet: DD, C8 and 52. RGB value is (221,200,82). Sum of RGB (Red+Green+Blue) = 221+200+82=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC852 is #2237AD. Grayscale: #C1C1C1. Windows color (decimal): -2242478 or 5425373. OLE color: 5425373.
HSL color Cylindrical-coordinate representation of color #DDC852: hue angle of 50.94º 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 #DDC852 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 82 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.13 |
| HSL | 50.94º | 0.67% | 0.59% | - |
| HSV(B) | 50.94º | 0.63% | 0.87% | - |
| XYZ | 52 | 57.29 | 16.3 | - |
| YUV | 192.83 | 65.46 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 82 | 0 | 0.10 | 0.63 | 0.13 | 50.94 | 0.67 | 0.59 |
| Hex | DD | C8 | 52 | 0 | A | 3F | D | 33 | 43 | 3B |
| Octal | 335 | 310 | 122 | 0 | 12 | 77 | 15 | 63 | 103 | 73 |
| Binary | 11011101 | 11001000 | 1010010 | 0 | 1010 | 111111 | 1101 | 110011 | 1000011 | 111011 |
Color Harmonies of #DDC852
Complementary color
Monochromatic Colors of #DDC852
Black with #DDC852
Text Example
Text Example
White with #DDC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC852; }
p { color: rgb(221,200,82); }
H1.HeaderClassName
{
color: #DDC852;
}
.AnyTagClassName
{
color: #DDC852;
}
</style>
background-color css
<style>
a { background-color: #DDC852; }
a { background-color: rgb(221,200,82); }
div.DivClassName
{
background-color: #DDC852;
}
.BgClassName
{
background-color: #DDC852;
}
</style>
border-color css
<style>
span { border-color: #DDC852; }
span { border-color: rgb(221,200,82); }
td.TdClassName
{
border-color: #DDC852;
}
.TagClassName
{
border-color: #DDC852;
}
</style>