Shades of Confetti #DED049
Tints of Confetti #DED049
RGB
CMYK
RGB Variations
Color information
#DED049 (or 0xDED049) is known color: Confetti. HEX triplet: DE, D0 and 49. RGB value is (222,208,73). Sum of RGB (Red+Green+Blue) = 222+208+73=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DED049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED049 is #212FB6. Grayscale: #C5C5C5. Windows color (decimal): -2174903 or 4837598. OLE color: 4837598.
HSL color Cylindrical-coordinate representation of color #DED049: hue angle of 54.36º 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 #DED049 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 73 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.13 |
| HSL | 54.36º | 0.69% | 0.58% | - |
| HSV(B) | 54.36º | 0.67% | 0.87% | - |
| XYZ | 53.88 | 61.12 | 15.26 | - |
| YUV | 196.8 | 58.14 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 73 | 0 | 0.06 | 0.67 | 0.13 | 54.36 | 0.69 | 0.58 |
| Hex | DE | D0 | 49 | 0 | 6 | 43 | D | 36 | 45 | 3A |
| Octal | 336 | 320 | 111 | 0 | 6 | 103 | 15 | 66 | 105 | 72 |
| Binary | 11011110 | 11010000 | 1001001 | 0 | 110 | 1000011 | 1101 | 110110 | 1000101 | 111010 |
Color Harmonies of #DED049
Complementary color
Monochromatic Colors of #DED049
Black with #DED049
Text Example
Text Example
White with #DED049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED049; }
p { color: rgb(222,208,73); }
H1.HeaderClassName
{
color: #DED049;
}
.AnyTagClassName
{
color: #DED049;
}
</style>
background-color css
<style>
a { background-color: #DED049; }
a { background-color: rgb(222,208,73); }
div.DivClassName
{
background-color: #DED049;
}
.BgClassName
{
background-color: #DED049;
}
</style>
border-color css
<style>
span { border-color: #DED049; }
span { border-color: rgb(222,208,73); }
td.TdClassName
{
border-color: #DED049;
}
.TagClassName
{
border-color: #DED049;
}
</style>