Shades of Confetti #DED341
Tints of Confetti #DED341
RGB
CMYK
RGB Variations
Color information
#DED341 (or 0xDED341) is known color: Confetti. HEX triplet: DE, D3 and 41. RGB value is (222,211,65). Sum of RGB (Red+Green+Blue) = 222+211+65=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DED341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED341 is #212CBE. Grayscale: #C6C6C6. Windows color (decimal): -2174143 or 4314078. OLE color: 4314078.
HSL color Cylindrical-coordinate representation of color #DED341: hue angle of 55.8º degrees, saturation: 0.7, 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 #DED341 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 65 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.13 |
| HSL | 55.8º | 0.7% | 0.56% | - |
| HSV(B) | 55.8º | 0.71% | 0.87% | - |
| XYZ | 54.37 | 62.5 | 14.2 | - |
| YUV | 197.65 | 53.14 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 65 | 0 | 0.05 | 0.71 | 0.13 | 55.8 | 0.7 | 0.56 |
| Hex | DE | D3 | 41 | 0 | 5 | 47 | D | 38 | 46 | 38 |
| Octal | 336 | 323 | 101 | 0 | 5 | 107 | 15 | 70 | 106 | 70 |
| Binary | 11011110 | 11010011 | 1000001 | 0 | 101 | 1000111 | 1101 | 111000 | 1000110 | 111000 |
Color Harmonies of #DED341
Complementary color
Monochromatic Colors of #DED341
Black with #DED341
Text Example
Text Example
White with #DED341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED341; }
p { color: rgb(222,211,65); }
H1.HeaderClassName
{
color: #DED341;
}
.AnyTagClassName
{
color: #DED341;
}
</style>
background-color css
<style>
a { background-color: #DED341; }
a { background-color: rgb(222,211,65); }
div.DivClassName
{
background-color: #DED341;
}
.BgClassName
{
background-color: #DED341;
}
</style>
border-color css
<style>
span { border-color: #DED341; }
span { border-color: rgb(222,211,65); }
td.TdClassName
{
border-color: #DED341;
}
.TagClassName
{
border-color: #DED341;
}
</style>