Shades of Confetti #DED549
Tints of Confetti #DED549
RGB
CMYK
RGB Variations
Color information
#DED549 (or 0xDED549) is known color: Confetti. HEX triplet: DE, D5 and 49. RGB value is (222,213,73). Sum of RGB (Red+Green+Blue) = 222+213+73=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DED549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED549 is #212AB6. Grayscale: #C8C8C8. Windows color (decimal): -2173623 or 4838878. OLE color: 4838878.
HSL color Cylindrical-coordinate representation of color #DED549: hue angle of 56.38º 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 #DED549 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 73 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.13 |
| HSL | 56.38º | 0.69% | 0.58% | - |
| HSV(B) | 56.38º | 0.67% | 0.87% | - |
| XYZ | 55.12 | 63.6 | 15.67 | - |
| YUV | 199.73 | 56.48 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 73 | 0 | 0.04 | 0.67 | 0.13 | 56.38 | 0.69 | 0.58 |
| Hex | DE | D5 | 49 | 0 | 4 | 43 | D | 38 | 45 | 3A |
| Octal | 336 | 325 | 111 | 0 | 4 | 103 | 15 | 70 | 105 | 72 |
| Binary | 11011110 | 11010101 | 1001001 | 0 | 100 | 1000011 | 1101 | 111000 | 1000101 | 111010 |
Color Harmonies of #DED549
Complementary color
Monochromatic Colors of #DED549
Black with #DED549
Text Example
Text Example
White with #DED549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED549; }
p { color: rgb(222,213,73); }
H1.HeaderClassName
{
color: #DED549;
}
.AnyTagClassName
{
color: #DED549;
}
</style>
background-color css
<style>
a { background-color: #DED549; }
a { background-color: rgb(222,213,73); }
div.DivClassName
{
background-color: #DED549;
}
.BgClassName
{
background-color: #DED549;
}
</style>
border-color css
<style>
span { border-color: #DED549; }
span { border-color: rgb(222,213,73); }
td.TdClassName
{
border-color: #DED549;
}
.TagClassName
{
border-color: #DED549;
}
</style>