Shades of Confetti #DED245
Tints of Confetti #DED245
RGB
CMYK
RGB Variations
Color information
#DED245 (or 0xDED245) is known color: Confetti. HEX triplet: DE, D2 and 45. RGB value is (222,210,69). Sum of RGB (Red+Green+Blue) = 222+210+69=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 69 (27.34% from 255 or 13.77% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DED245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED245 is #212DBA. Grayscale: #C6C6C6. Windows color (decimal): -2174395 or 4575966. OLE color: 4575966.
HSL color Cylindrical-coordinate representation of color #DED245: hue angle of 55.29º 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 #DED245 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 69 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.13 |
| HSL | 55.29º | 0.7% | 0.57% | - |
| HSV(B) | 55.29º | 0.69% | 0.87% | - |
| XYZ | 54.24 | 62.05 | 14.75 | - |
| YUV | 197.51 | 55.48 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 69 | 0 | 0.05 | 0.69 | 0.13 | 55.29 | 0.7 | 0.57 |
| Hex | DE | D2 | 45 | 0 | 5 | 45 | D | 37 | 46 | 39 |
| Octal | 336 | 322 | 105 | 0 | 5 | 105 | 15 | 67 | 106 | 71 |
| Binary | 11011110 | 11010010 | 1000101 | 0 | 101 | 1000101 | 1101 | 110111 | 1000110 | 111001 |
Color Harmonies of #DED245
Complementary color
Monochromatic Colors of #DED245
Black with #DED245
Text Example
Text Example
White with #DED245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED245; }
p { color: rgb(222,210,69); }
H1.HeaderClassName
{
color: #DED245;
}
.AnyTagClassName
{
color: #DED245;
}
</style>
background-color css
<style>
a { background-color: #DED245; }
a { background-color: rgb(222,210,69); }
div.DivClassName
{
background-color: #DED245;
}
.BgClassName
{
background-color: #DED245;
}
</style>
border-color css
<style>
span { border-color: #DED245; }
span { border-color: rgb(222,210,69); }
td.TdClassName
{
border-color: #DED245;
}
.TagClassName
{
border-color: #DED245;
}
</style>