Shades of Confetti #DED248
Tints of Confetti #DED248
RGB
CMYK
RGB Variations
Color information
#DED248 (or 0xDED248) is known color: Confetti. HEX triplet: DE, D2 and 48. RGB value is (222,210,72). Sum of RGB (Red+Green+Blue) = 222+210+72=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DED248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED248 is #212DB7. Grayscale: #C6C6C6. Windows color (decimal): -2174392 or 4772574. OLE color: 4772574.
HSL color Cylindrical-coordinate representation of color #DED248: hue angle of 55.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DED248 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 72 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.13 |
| HSL | 55.2º | 0.69% | 0.58% | - |
| HSV(B) | 55.2º | 0.68% | 0.87% | - |
| XYZ | 54.34 | 62.09 | 15.25 | - |
| YUV | 197.86 | 56.98 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 72 | 0 | 0.05 | 0.68 | 0.13 | 55.2 | 0.69 | 0.58 |
| Hex | DE | D2 | 48 | 0 | 5 | 44 | D | 37 | 45 | 3A |
| Octal | 336 | 322 | 110 | 0 | 5 | 104 | 15 | 67 | 105 | 72 |
| Binary | 11011110 | 11010010 | 1001000 | 0 | 101 | 1000100 | 1101 | 110111 | 1000101 | 111010 |
Color Harmonies of #DED248
Complementary color
Monochromatic Colors of #DED248
Black with #DED248
Text Example
Text Example
White with #DED248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED248; }
p { color: rgb(222,210,72); }
H1.HeaderClassName
{
color: #DED248;
}
.AnyTagClassName
{
color: #DED248;
}
</style>
background-color css
<style>
a { background-color: #DED248; }
a { background-color: rgb(222,210,72); }
div.DivClassName
{
background-color: #DED248;
}
.BgClassName
{
background-color: #DED248;
}
</style>
border-color css
<style>
span { border-color: #DED248; }
span { border-color: rgb(222,210,72); }
td.TdClassName
{
border-color: #DED248;
}
.TagClassName
{
border-color: #DED248;
}
</style>