Shades of Confetti #DDD546
Tints of Confetti #DDD546
RGB
CMYK
RGB Variations
Color information
#DDD546 (or 0xDDD546) is known color: Confetti. HEX triplet: DD, D5 and 46. RGB value is (221,213,70). Sum of RGB (Red+Green+Blue) = 221+213+70=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD546 is #222AB9. Grayscale: #C7C7C7. Windows color (decimal): -2239162 or 4642269. OLE color: 4642269.
HSL color Cylindrical-coordinate representation of color #DDD546: hue angle of 56.82º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDD546 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 70 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.13 |
| HSL | 56.82º | 0.69% | 0.57% | - |
| HSV(B) | 56.82º | 0.68% | 0.87% | - |
| XYZ | 54.72 | 63.4 | 15.15 | - |
| YUV | 199.09 | 55.15 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 70 | 0 | 0.04 | 0.68 | 0.13 | 56.82 | 0.69 | 0.57 |
| Hex | DD | D5 | 46 | 0 | 4 | 44 | D | 39 | 45 | 39 |
| Octal | 335 | 325 | 106 | 0 | 4 | 104 | 15 | 71 | 105 | 71 |
| Binary | 11011101 | 11010101 | 1000110 | 0 | 100 | 1000100 | 1101 | 111001 | 1000101 | 111001 |
Color Harmonies of #DDD546
Complementary color
Monochromatic Colors of #DDD546
Black with #DDD546
Text Example
Text Example
White with #DDD546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD546; }
p { color: rgb(221,213,70); }
H1.HeaderClassName
{
color: #DDD546;
}
.AnyTagClassName
{
color: #DDD546;
}
</style>
background-color css
<style>
a { background-color: #DDD546; }
a { background-color: rgb(221,213,70); }
div.DivClassName
{
background-color: #DDD546;
}
.BgClassName
{
background-color: #DDD546;
}
</style>
border-color css
<style>
span { border-color: #DDD546; }
span { border-color: rgb(221,213,70); }
td.TdClassName
{
border-color: #DDD546;
}
.TagClassName
{
border-color: #DDD546;
}
</style>