Shades of Confetti #DDC553
Tints of Confetti #DDC553
RGB
CMYK
RGB Variations
Color information
#DDC553 (or 0xDDC553) is known color: Confetti. HEX triplet: DD, C5 and 53. RGB value is (221,197,83). Sum of RGB (Red+Green+Blue) = 221+197+83=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC553 is #223AAC. Grayscale: #BFBFBF. Windows color (decimal): -2243245 or 5490141. OLE color: 5490141.
HSL color Cylindrical-coordinate representation of color #DDC553: hue angle of 49.57º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDC553 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 83 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.13 |
| HSL | 49.57º | 0.67% | 0.6% | - |
| HSV(B) | 49.57º | 0.62% | 0.87% | - |
| XYZ | 51.35 | 55.93 | 16.27 | - |
| YUV | 191.18 | 66.95 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 83 | 0 | 0.11 | 0.62 | 0.13 | 49.57 | 0.67 | 0.6 |
| Hex | DD | C5 | 53 | 0 | B | 3E | D | 32 | 43 | 3C |
| Octal | 335 | 305 | 123 | 0 | 13 | 76 | 15 | 62 | 103 | 74 |
| Binary | 11011101 | 11000101 | 1010011 | 0 | 1011 | 111110 | 1101 | 110010 | 1000011 | 111100 |
Color Harmonies of #DDC553
Complementary color
Monochromatic Colors of #DDC553
Black with #DDC553
Text Example
Text Example
White with #DDC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC553; }
p { color: rgb(221,197,83); }
H1.HeaderClassName
{
color: #DDC553;
}
.AnyTagClassName
{
color: #DDC553;
}
</style>
background-color css
<style>
a { background-color: #DDC553; }
a { background-color: rgb(221,197,83); }
div.DivClassName
{
background-color: #DDC553;
}
.BgClassName
{
background-color: #DDC553;
}
</style>
border-color css
<style>
span { border-color: #DDC553; }
span { border-color: rgb(221,197,83); }
td.TdClassName
{
border-color: #DDC553;
}
.TagClassName
{
border-color: #DDC553;
}
</style>