Shades of Confetti #DEC23E
Tints of Confetti #DEC23E
RGB
CMYK
RGB Variations
Color information
#DEC23E (or 0xDEC23E) is known color: Confetti. HEX triplet: DE, C2 and 3E. RGB value is (222,194,62). Sum of RGB (Red+Green+Blue) = 222+194+62=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 62 (24.61% from 255 or 12.97% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC23E is #213DC1. Grayscale: #BBBBBB. Windows color (decimal): -2178498 or 4113118. OLE color: 4113118.
HSL color Cylindrical-coordinate representation of color #DEC23E: hue angle of 49.5º 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 #DEC23E is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 62 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.13 |
| HSL | 49.5º | 0.71% | 0.56% | - |
| HSV(B) | 49.5º | 0.72% | 0.87% | - |
| XYZ | 50.29 | 54.46 | 12.42 | - |
| YUV | 187.32 | 57.28 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 62 | 0 | 0.13 | 0.72 | 0.13 | 49.5 | 0.71 | 0.56 |
| Hex | DE | C2 | 3E | 0 | D | 48 | D | 32 | 47 | 38 |
| Octal | 336 | 302 | 76 | 0 | 15 | 110 | 15 | 62 | 107 | 70 |
| Binary | 11011110 | 11000010 | 111110 | 0 | 1101 | 1001000 | 1101 | 110010 | 1000111 | 111000 |
Color Harmonies of #DEC23E
Complementary color
Monochromatic Colors of #DEC23E
Black with #DEC23E
Text Example
Text Example
White with #DEC23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC23E; }
p { color: rgb(222,194,62); }
H1.HeaderClassName
{
color: #DEC23E;
}
.AnyTagClassName
{
color: #DEC23E;
}
</style>
background-color css
<style>
a { background-color: #DEC23E; }
a { background-color: rgb(222,194,62); }
div.DivClassName
{
background-color: #DEC23E;
}
.BgClassName
{
background-color: #DEC23E;
}
</style>
border-color css
<style>
span { border-color: #DEC23E; }
span { border-color: rgb(222,194,62); }
td.TdClassName
{
border-color: #DEC23E;
}
.TagClassName
{
border-color: #DEC23E;
}
</style>