Shades of Confetti #DED444
Tints of Confetti #DED444
RGB
CMYK
RGB Variations
Color information
#DED444 (or 0xDED444) is known color: Confetti. HEX triplet: DE, D4 and 44. RGB value is (222,212,68). Sum of RGB (Red+Green+Blue) = 222+212+68=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DED444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED444 is #212BBB. Grayscale: #C7C7C7. Windows color (decimal): -2173884 or 4510942. OLE color: 4510942.
HSL color Cylindrical-coordinate representation of color #DED444: hue angle of 56.1º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DED444 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 68 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.13 |
| HSL | 56.1º | 0.7% | 0.57% | - |
| HSV(B) | 56.1º | 0.69% | 0.87% | - |
| XYZ | 54.71 | 63.03 | 14.75 | - |
| YUV | 198.57 | 54.31 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 68 | 0 | 0.05 | 0.69 | 0.13 | 56.1 | 0.7 | 0.57 |
| Hex | DE | D4 | 44 | 0 | 5 | 45 | D | 38 | 46 | 39 |
| Octal | 336 | 324 | 104 | 0 | 5 | 105 | 15 | 70 | 106 | 71 |
| Binary | 11011110 | 11010100 | 1000100 | 0 | 101 | 1000101 | 1101 | 111000 | 1000110 | 111001 |
Color Harmonies of #DED444
Complementary color
Monochromatic Colors of #DED444
Black with #DED444
Text Example
Text Example
White with #DED444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED444; }
p { color: rgb(222,212,68); }
H1.HeaderClassName
{
color: #DED444;
}
.AnyTagClassName
{
color: #DED444;
}
</style>
background-color css
<style>
a { background-color: #DED444; }
a { background-color: rgb(222,212,68); }
div.DivClassName
{
background-color: #DED444;
}
.BgClassName
{
background-color: #DED444;
}
</style>
border-color css
<style>
span { border-color: #DED444; }
span { border-color: rgb(222,212,68); }
td.TdClassName
{
border-color: #DED444;
}
.TagClassName
{
border-color: #DED444;
}
</style>