Shades of Confetti #DED247
Tints of Confetti #DED247
RGB
CMYK
RGB Variations
Color information
#DED247 (or 0xDED247) is known color: Confetti. HEX triplet: DE, D2 and 47. RGB value is (222,210,71). Sum of RGB (Red+Green+Blue) = 222+210+71=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DED247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED247 is #212DB8. Grayscale: #C6C6C6. Windows color (decimal): -2174393 or 4707038. OLE color: 4707038.
HSL color Cylindrical-coordinate representation of color #DED247: hue angle of 55.23º 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 #DED247 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 71 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.13 |
| HSL | 55.23º | 0.7% | 0.57% | - |
| HSV(B) | 55.23º | 0.68% | 0.87% | - |
| XYZ | 54.31 | 62.08 | 15.08 | - |
| YUV | 197.74 | 56.48 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 71 | 0 | 0.05 | 0.68 | 0.13 | 55.23 | 0.7 | 0.57 |
| Hex | DE | D2 | 47 | 0 | 5 | 44 | D | 37 | 46 | 39 |
| Octal | 336 | 322 | 107 | 0 | 5 | 104 | 15 | 67 | 106 | 71 |
| Binary | 11011110 | 11010010 | 1000111 | 0 | 101 | 1000100 | 1101 | 110111 | 1000110 | 111001 |
Color Harmonies of #DED247
Complementary color
Monochromatic Colors of #DED247
Black with #DED247
Text Example
Text Example
White with #DED247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED247; }
p { color: rgb(222,210,71); }
H1.HeaderClassName
{
color: #DED247;
}
.AnyTagClassName
{
color: #DED247;
}
</style>
background-color css
<style>
a { background-color: #DED247; }
a { background-color: rgb(222,210,71); }
div.DivClassName
{
background-color: #DED247;
}
.BgClassName
{
background-color: #DED247;
}
</style>
border-color css
<style>
span { border-color: #DED247; }
span { border-color: rgb(222,210,71); }
td.TdClassName
{
border-color: #DED247;
}
.TagClassName
{
border-color: #DED247;
}
</style>