Shades of Confetti #DED24E
Tints of Confetti #DED24E
RGB
CMYK
RGB Variations
Color information
#DED24E (or 0xDED24E) is known color: Confetti. HEX triplet: DE, D2 and 4E. RGB value is (222,210,78). Sum of RGB (Red+Green+Blue) = 222+210+78=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 78 (30.86% from 255 or 15.29% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DED24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED24E is #212DB1. Grayscale: #C7C7C7. Windows color (decimal): -2174386 or 5165790. OLE color: 5165790.
HSL color Cylindrical-coordinate representation of color #DED24E: hue angle of 55º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DED24E is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 78 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.13 |
| HSL | 55º | 0.69% | 0.59% | - |
| HSV(B) | 55º | 0.65% | 0.87% | - |
| XYZ | 54.55 | 62.17 | 16.33 | - |
| YUV | 198.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 78 | 0 | 0.05 | 0.65 | 0.13 | 55 | 0.69 | 0.59 |
| Hex | DE | D2 | 4E | 0 | 5 | 41 | D | 37 | 45 | 3B |
| Octal | 336 | 322 | 116 | 0 | 5 | 101 | 15 | 67 | 105 | 73 |
| Binary | 11011110 | 11010010 | 1001110 | 0 | 101 | 1000001 | 1101 | 110111 | 1000101 | 111011 |
Color Harmonies of #DED24E
Complementary color
Monochromatic Colors of #DED24E
Black with #DED24E
Text Example
Text Example
White with #DED24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED24E; }
p { color: rgb(222,210,78); }
H1.HeaderClassName
{
color: #DED24E;
}
.AnyTagClassName
{
color: #DED24E;
}
</style>
background-color css
<style>
a { background-color: #DED24E; }
a { background-color: rgb(222,210,78); }
div.DivClassName
{
background-color: #DED24E;
}
.BgClassName
{
background-color: #DED24E;
}
</style>
border-color css
<style>
span { border-color: #DED24E; }
span { border-color: rgb(222,210,78); }
td.TdClassName
{
border-color: #DED24E;
}
.TagClassName
{
border-color: #DED24E;
}
</style>