Shades of Confetti #DED342
Tints of Confetti #DED342
RGB
CMYK
RGB Variations
Color information
#DED342 (or 0xDED342) is known color: Confetti. HEX triplet: DE, D3 and 42. RGB value is (222,211,66). Sum of RGB (Red+Green+Blue) = 222+211+66=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DED342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED342 is #212CBD. Grayscale: #C6C6C6. Windows color (decimal): -2174142 or 4379614. OLE color: 4379614.
HSL color Cylindrical-coordinate representation of color #DED342: hue angle of 55.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DED342 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 66 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.13 |
| HSL | 55.77º | 0.7% | 0.56% | - |
| HSV(B) | 55.77º | 0.7% | 0.87% | - |
| XYZ | 54.4 | 62.51 | 14.35 | - |
| YUV | 197.76 | 53.64 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 66 | 0 | 0.05 | 0.70 | 0.13 | 55.77 | 0.7 | 0.56 |
| Hex | DE | D3 | 42 | 0 | 5 | 46 | D | 38 | 46 | 38 |
| Octal | 336 | 323 | 102 | 0 | 5 | 106 | 15 | 70 | 106 | 70 |
| Binary | 11011110 | 11010011 | 1000010 | 0 | 101 | 1000110 | 1101 | 111000 | 1000110 | 111000 |
Color Harmonies of #DED342
Complementary color
Monochromatic Colors of #DED342
Black with #DED342
Text Example
Text Example
White with #DED342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED342; }
p { color: rgb(222,211,66); }
H1.HeaderClassName
{
color: #DED342;
}
.AnyTagClassName
{
color: #DED342;
}
</style>
background-color css
<style>
a { background-color: #DED342; }
a { background-color: rgb(222,211,66); }
div.DivClassName
{
background-color: #DED342;
}
.BgClassName
{
background-color: #DED342;
}
</style>
border-color css
<style>
span { border-color: #DED342; }
span { border-color: rgb(222,211,66); }
td.TdClassName
{
border-color: #DED342;
}
.TagClassName
{
border-color: #DED342;
}
</style>