Shades of Confetti #DED449
Tints of Confetti #DED449
RGB
CMYK
RGB Variations
Color information
#DED449 (or 0xDED449) is known color: Confetti. HEX triplet: DE, D4 and 49. RGB value is (222,212,73). Sum of RGB (Red+Green+Blue) = 222+212+73=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DED449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED449 is #212BB6. Grayscale: #C7C7C7. Windows color (decimal): -2173879 or 4838622. OLE color: 4838622.
HSL color Cylindrical-coordinate representation of color #DED449: hue angle of 55.97º 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 #DED449 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 73 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.13 |
| HSL | 55.97º | 0.69% | 0.58% | - |
| HSV(B) | 55.97º | 0.67% | 0.87% | - |
| XYZ | 54.87 | 63.1 | 15.59 | - |
| YUV | 199.14 | 56.81 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 73 | 0 | 0.05 | 0.67 | 0.13 | 55.97 | 0.69 | 0.58 |
| Hex | DE | D4 | 49 | 0 | 5 | 43 | D | 38 | 45 | 3A |
| Octal | 336 | 324 | 111 | 0 | 5 | 103 | 15 | 70 | 105 | 72 |
| Binary | 11011110 | 11010100 | 1001001 | 0 | 101 | 1000011 | 1101 | 111000 | 1000101 | 111010 |
Color Harmonies of #DED449
Complementary color
Monochromatic Colors of #DED449
Black with #DED449
Text Example
Text Example
White with #DED449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED449; }
p { color: rgb(222,212,73); }
H1.HeaderClassName
{
color: #DED449;
}
.AnyTagClassName
{
color: #DED449;
}
</style>
background-color css
<style>
a { background-color: #DED449; }
a { background-color: rgb(222,212,73); }
div.DivClassName
{
background-color: #DED449;
}
.BgClassName
{
background-color: #DED449;
}
</style>
border-color css
<style>
span { border-color: #DED449; }
span { border-color: rgb(222,212,73); }
td.TdClassName
{
border-color: #DED449;
}
.TagClassName
{
border-color: #DED449;
}
</style>