Shades of Confetti #DDC452
Tints of Confetti #DDC452
RGB
CMYK
RGB Variations
Color information
#DDC452 (or 0xDDC452) is known color: Confetti. HEX triplet: DD, C4 and 52. RGB value is (221,196,82). Sum of RGB (Red+Green+Blue) = 221+196+82=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC452 is #223BAD. Grayscale: #BEBEBE. Windows color (decimal): -2243502 or 5424349. OLE color: 5424349.
HSL color Cylindrical-coordinate representation of color #DDC452: hue angle of 49.21º 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 #DDC452 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 82 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.13 |
| HSL | 49.21º | 0.67% | 0.59% | - |
| HSV(B) | 49.21º | 0.63% | 0.87% | - |
| XYZ | 51.08 | 55.46 | 16 | - |
| YUV | 190.48 | 66.78 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 82 | 0 | 0.11 | 0.63 | 0.13 | 49.21 | 0.67 | 0.59 |
| Hex | DD | C4 | 52 | 0 | B | 3F | D | 31 | 43 | 3B |
| Octal | 335 | 304 | 122 | 0 | 13 | 77 | 15 | 61 | 103 | 73 |
| Binary | 11011101 | 11000100 | 1010010 | 0 | 1011 | 111111 | 1101 | 110001 | 1000011 | 111011 |
Color Harmonies of #DDC452
Complementary color
Monochromatic Colors of #DDC452
Black with #DDC452
Text Example
Text Example
White with #DDC452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC452; }
p { color: rgb(221,196,82); }
H1.HeaderClassName
{
color: #DDC452;
}
.AnyTagClassName
{
color: #DDC452;
}
</style>
background-color css
<style>
a { background-color: #DDC452; }
a { background-color: rgb(221,196,82); }
div.DivClassName
{
background-color: #DDC452;
}
.BgClassName
{
background-color: #DDC452;
}
</style>
border-color css
<style>
span { border-color: #DDC452; }
span { border-color: rgb(221,196,82); }
td.TdClassName
{
border-color: #DDC452;
}
.TagClassName
{
border-color: #DDC452;
}
</style>