Shades of Confetti #DDD549
Tints of Confetti #DDD549
RGB
CMYK
RGB Variations
Color information
#DDD549 (or 0xDDD549) is known color: Confetti. HEX triplet: DD, D5 and 49. RGB value is (221,213,73). Sum of RGB (Red+Green+Blue) = 221+213+73=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD549 is #222AB6. Grayscale: #C7C7C7. Windows color (decimal): -2239159 or 4838877. OLE color: 4838877.
HSL color Cylindrical-coordinate representation of color #DDD549: hue angle of 56.76º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDD549 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 73 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.13 |
| HSL | 56.76º | 0.69% | 0.58% | - |
| HSV(B) | 56.76º | 0.67% | 0.87% | - |
| XYZ | 54.82 | 63.44 | 15.66 | - |
| YUV | 199.43 | 56.65 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 73 | 0 | 0.04 | 0.67 | 0.13 | 56.76 | 0.69 | 0.58 |
| Hex | DD | D5 | 49 | 0 | 4 | 43 | D | 39 | 45 | 3A |
| Octal | 335 | 325 | 111 | 0 | 4 | 103 | 15 | 71 | 105 | 72 |
| Binary | 11011101 | 11010101 | 1001001 | 0 | 100 | 1000011 | 1101 | 111001 | 1000101 | 111010 |
Color Harmonies of #DDD549
Complementary color
Monochromatic Colors of #DDD549
Black with #DDD549
Text Example
Text Example
White with #DDD549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD549; }
p { color: rgb(221,213,73); }
H1.HeaderClassName
{
color: #DDD549;
}
.AnyTagClassName
{
color: #DDD549;
}
</style>
background-color css
<style>
a { background-color: #DDD549; }
a { background-color: rgb(221,213,73); }
div.DivClassName
{
background-color: #DDD549;
}
.BgClassName
{
background-color: #DDD549;
}
</style>
border-color css
<style>
span { border-color: #DDD549; }
span { border-color: rgb(221,213,73); }
td.TdClassName
{
border-color: #DDD549;
}
.TagClassName
{
border-color: #DDD549;
}
</style>