Shades of Confetti #DED546
Tints of Confetti #DED546
RGB
CMYK
RGB Variations
Color information
#DED546 (or 0xDED546) is known color: Confetti. HEX triplet: DE, D5 and 46. RGB value is (222,213,70). Sum of RGB (Red+Green+Blue) = 222+213+70=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DED546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED546 is #212AB9. Grayscale: #C7C7C7. Windows color (decimal): -2173626 or 4642270. OLE color: 4642270.
HSL color Cylindrical-coordinate representation of color #DED546: hue angle of 56.45º degrees, saturation: 0.7, 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 #DED546 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 70 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.13 |
| HSL | 56.45º | 0.7% | 0.57% | - |
| HSV(B) | 56.45º | 0.68% | 0.87% | - |
| XYZ | 55.02 | 63.56 | 15.16 | - |
| YUV | 199.39 | 54.98 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 70 | 0 | 0.04 | 0.68 | 0.13 | 56.45 | 0.7 | 0.57 |
| Hex | DE | D5 | 46 | 0 | 4 | 44 | D | 38 | 46 | 39 |
| Octal | 336 | 325 | 106 | 0 | 4 | 104 | 15 | 70 | 106 | 71 |
| Binary | 11011110 | 11010101 | 1000110 | 0 | 100 | 1000100 | 1101 | 111000 | 1000110 | 111001 |
Color Harmonies of #DED546
Complementary color
Monochromatic Colors of #DED546
Black with #DED546
Text Example
Text Example
White with #DED546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED546; }
p { color: rgb(222,213,70); }
H1.HeaderClassName
{
color: #DED546;
}
.AnyTagClassName
{
color: #DED546;
}
</style>
background-color css
<style>
a { background-color: #DED546; }
a { background-color: rgb(222,213,70); }
div.DivClassName
{
background-color: #DED546;
}
.BgClassName
{
background-color: #DED546;
}
</style>
border-color css
<style>
span { border-color: #DED546; }
span { border-color: rgb(222,213,70); }
td.TdClassName
{
border-color: #DED546;
}
.TagClassName
{
border-color: #DED546;
}
</style>