Shades of Confetti #DED147
Tints of Confetti #DED147
RGB
CMYK
RGB Variations
Color information
#DED147 (or 0xDED147) is known color: Confetti. HEX triplet: DE, D1 and 47. RGB value is (222,209,71). Sum of RGB (Red+Green+Blue) = 222+209+71=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DED147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED147 is #212EB8. Grayscale: #C5C5C5. Windows color (decimal): -2174649 or 4706782. OLE color: 4706782.
HSL color Cylindrical-coordinate representation of color #DED147: hue angle of 54.83º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DED147 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 71 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.13 |
| HSL | 54.83º | 0.7% | 0.57% | - |
| HSV(B) | 54.83º | 0.68% | 0.87% | - |
| XYZ | 54.06 | 61.59 | 15 | - |
| YUV | 197.16 | 56.81 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 71 | 0 | 0.06 | 0.68 | 0.13 | 54.83 | 0.7 | 0.57 |
| Hex | DE | D1 | 47 | 0 | 6 | 44 | D | 37 | 46 | 39 |
| Octal | 336 | 321 | 107 | 0 | 6 | 104 | 15 | 67 | 106 | 71 |
| Binary | 11011110 | 11010001 | 1000111 | 0 | 110 | 1000100 | 1101 | 110111 | 1000110 | 111001 |
Color Harmonies of #DED147
Complementary color
Monochromatic Colors of #DED147
Black with #DED147
Text Example
Text Example
White with #DED147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED147; }
p { color: rgb(222,209,71); }
H1.HeaderClassName
{
color: #DED147;
}
.AnyTagClassName
{
color: #DED147;
}
</style>
background-color css
<style>
a { background-color: #DED147; }
a { background-color: rgb(222,209,71); }
div.DivClassName
{
background-color: #DED147;
}
.BgClassName
{
background-color: #DED147;
}
</style>
border-color css
<style>
span { border-color: #DED147; }
span { border-color: rgb(222,209,71); }
td.TdClassName
{
border-color: #DED147;
}
.TagClassName
{
border-color: #DED147;
}
</style>