Shades of Confetti #DED24F
Tints of Confetti #DED24F
RGB
CMYK
RGB Variations
Color information
#DED24F (or 0xDED24F) is known color: Confetti. HEX triplet: DE, D2 and 4F. RGB value is (222,210,79). Sum of RGB (Red+Green+Blue) = 222+210+79=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DED24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED24F is #212DB0. Grayscale: #C7C7C7. Windows color (decimal): -2174385 or 5231326. OLE color: 5231326.
HSL color Cylindrical-coordinate representation of color #DED24F: hue angle of 54.97º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DED24F is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 79 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.13 |
| HSL | 54.97º | 0.68% | 0.59% | - |
| HSV(B) | 54.97º | 0.64% | 0.87% | - |
| XYZ | 54.58 | 62.19 | 16.52 | - |
| YUV | 198.65 | 60.48 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 79 | 0 | 0.05 | 0.64 | 0.13 | 54.97 | 0.68 | 0.59 |
| Hex | DE | D2 | 4F | 0 | 5 | 40 | D | 37 | 44 | 3B |
| Octal | 336 | 322 | 117 | 0 | 5 | 100 | 15 | 67 | 104 | 73 |
| Binary | 11011110 | 11010010 | 1001111 | 0 | 101 | 1000000 | 1101 | 110111 | 1000100 | 111011 |
Color Harmonies of #DED24F
Complementary color
Monochromatic Colors of #DED24F
Black with #DED24F
Text Example
Text Example
White with #DED24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED24F; }
p { color: rgb(222,210,79); }
H1.HeaderClassName
{
color: #DED24F;
}
.AnyTagClassName
{
color: #DED24F;
}
</style>
background-color css
<style>
a { background-color: #DED24F; }
a { background-color: rgb(222,210,79); }
div.DivClassName
{
background-color: #DED24F;
}
.BgClassName
{
background-color: #DED24F;
}
</style>
border-color css
<style>
span { border-color: #DED24F; }
span { border-color: rgb(222,210,79); }
td.TdClassName
{
border-color: #DED24F;
}
.TagClassName
{
border-color: #DED24F;
}
</style>