Shades of Confetti #DED042
Tints of Confetti #DED042
RGB
CMYK
RGB Variations
Color information
#DED042 (or 0xDED042) is known color: Confetti. HEX triplet: DE, D0 and 42. RGB value is (222,208,66). Sum of RGB (Red+Green+Blue) = 222+208+66=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DED042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED042 is #212FBD. Grayscale: #C4C4C4. Windows color (decimal): -2174910 or 4378846. OLE color: 4378846.
HSL color Cylindrical-coordinate representation of color #DED042: hue angle of 54.62º 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 #DED042 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 66 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.13 |
| HSL | 54.62º | 0.7% | 0.56% | - |
| HSV(B) | 54.62º | 0.7% | 0.87% | - |
| XYZ | 53.66 | 61.03 | 14.11 | - |
| YUV | 196 | 54.64 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 66 | 0 | 0.06 | 0.70 | 0.13 | 54.62 | 0.7 | 0.56 |
| Hex | DE | D0 | 42 | 0 | 6 | 46 | D | 37 | 46 | 38 |
| Octal | 336 | 320 | 102 | 0 | 6 | 106 | 15 | 67 | 106 | 70 |
| Binary | 11011110 | 11010000 | 1000010 | 0 | 110 | 1000110 | 1101 | 110111 | 1000110 | 111000 |
Color Harmonies of #DED042
Complementary color
Monochromatic Colors of #DED042
Black with #DED042
Text Example
Text Example
White with #DED042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED042; }
p { color: rgb(222,208,66); }
H1.HeaderClassName
{
color: #DED042;
}
.AnyTagClassName
{
color: #DED042;
}
</style>
background-color css
<style>
a { background-color: #DED042; }
a { background-color: rgb(222,208,66); }
div.DivClassName
{
background-color: #DED042;
}
.BgClassName
{
background-color: #DED042;
}
</style>
border-color css
<style>
span { border-color: #DED042; }
span { border-color: rgb(222,208,66); }
td.TdClassName
{
border-color: #DED042;
}
.TagClassName
{
border-color: #DED042;
}
</style>