Shades of Confetti #DED23F
Tints of Confetti #DED23F
RGB
CMYK
RGB Variations
Color information
#DED23F (or 0xDED23F) is known color: Confetti. HEX triplet: DE, D2 and 3F. RGB value is (222,210,63). Sum of RGB (Red+Green+Blue) = 222+210+63=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DED23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED23F is #212DC0. Grayscale: #C5C5C5. Windows color (decimal): -2174401 or 4182750. OLE color: 4182750.
HSL color Cylindrical-coordinate representation of color #DED23F: hue angle of 55.47º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DED23F is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 63 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.13 |
| HSL | 55.47º | 0.71% | 0.56% | - |
| HSV(B) | 55.47º | 0.72% | 0.87% | - |
| XYZ | 54.07 | 61.98 | 13.82 | - |
| YUV | 196.83 | 52.48 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 63 | 0 | 0.05 | 0.72 | 0.13 | 55.47 | 0.71 | 0.56 |
| Hex | DE | D2 | 3F | 0 | 5 | 48 | D | 37 | 47 | 38 |
| Octal | 336 | 322 | 77 | 0 | 5 | 110 | 15 | 67 | 107 | 70 |
| Binary | 11011110 | 11010010 | 111111 | 0 | 101 | 1001000 | 1101 | 110111 | 1000111 | 111000 |
Color Harmonies of #DED23F
Complementary color
Monochromatic Colors of #DED23F
Black with #DED23F
Text Example
Text Example
White with #DED23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED23F; }
p { color: rgb(222,210,63); }
H1.HeaderClassName
{
color: #DED23F;
}
.AnyTagClassName
{
color: #DED23F;
}
</style>
background-color css
<style>
a { background-color: #DED23F; }
a { background-color: rgb(222,210,63); }
div.DivClassName
{
background-color: #DED23F;
}
.BgClassName
{
background-color: #DED23F;
}
</style>
border-color css
<style>
span { border-color: #DED23F; }
span { border-color: rgb(222,210,63); }
td.TdClassName
{
border-color: #DED23F;
}
.TagClassName
{
border-color: #DED23F;
}
</style>