Shades of Confetti #DED340
Tints of Confetti #DED340
RGB
CMYK
RGB Variations
Color information
#DED340 (or 0xDED340) is known color: Confetti. HEX triplet: DE, D3 and 40. RGB value is (222,211,64). Sum of RGB (Red+Green+Blue) = 222+211+64=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DED340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED340 is #212CBF. Grayscale: #C6C6C6. Windows color (decimal): -2174144 or 4248542. OLE color: 4248542.
HSL color Cylindrical-coordinate representation of color #DED340: hue angle of 55.82º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DED340 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 64 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.13 |
| HSL | 55.82º | 0.71% | 0.56% | - |
| HSV(B) | 55.82º | 0.71% | 0.87% | - |
| XYZ | 54.34 | 62.49 | 14.05 | - |
| YUV | 197.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 64 | 0 | 0.05 | 0.71 | 0.13 | 55.82 | 0.71 | 0.56 |
| Hex | DE | D3 | 40 | 0 | 5 | 47 | D | 38 | 47 | 38 |
| Octal | 336 | 323 | 100 | 0 | 5 | 107 | 15 | 70 | 107 | 70 |
| Binary | 11011110 | 11010011 | 1000000 | 0 | 101 | 1000111 | 1101 | 111000 | 1000111 | 111000 |
Color Harmonies of #DED340
Complementary color
Monochromatic Colors of #DED340
Black with #DED340
Text Example
Text Example
White with #DED340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED340; }
p { color: rgb(222,211,64); }
H1.HeaderClassName
{
color: #DED340;
}
.AnyTagClassName
{
color: #DED340;
}
</style>
background-color css
<style>
a { background-color: #DED340; }
a { background-color: rgb(222,211,64); }
div.DivClassName
{
background-color: #DED340;
}
.BgClassName
{
background-color: #DED340;
}
</style>
border-color css
<style>
span { border-color: #DED340; }
span { border-color: rgb(222,211,64); }
td.TdClassName
{
border-color: #DED340;
}
.TagClassName
{
border-color: #DED340;
}
</style>