Shades of Confetti #DEC23F
Tints of Confetti #DEC23F
RGB
CMYK
RGB Variations
Color information
#DEC23F (or 0xDEC23F) is known color: Confetti. HEX triplet: DE, C2 and 3F. RGB value is (222,194,63). Sum of RGB (Red+Green+Blue) = 222+194+63=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC23F is #213DC0. Grayscale: #BBBBBB. Windows color (decimal): -2178497 or 4178654. OLE color: 4178654.
HSL color Cylindrical-coordinate representation of color #DEC23F: hue angle of 49.43º 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 #DEC23F is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 63 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.13 |
| HSL | 49.43º | 0.71% | 0.56% | - |
| HSV(B) | 49.43º | 0.72% | 0.87% | - |
| XYZ | 50.31 | 54.47 | 12.56 | - |
| YUV | 187.44 | 57.78 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 63 | 0 | 0.13 | 0.72 | 0.13 | 49.43 | 0.71 | 0.56 |
| Hex | DE | C2 | 3F | 0 | D | 48 | D | 31 | 47 | 38 |
| Octal | 336 | 302 | 77 | 0 | 15 | 110 | 15 | 61 | 107 | 70 |
| Binary | 11011110 | 11000010 | 111111 | 0 | 1101 | 1001000 | 1101 | 110001 | 1000111 | 111000 |
Color Harmonies of #DEC23F
Complementary color
Monochromatic Colors of #DEC23F
Black with #DEC23F
Text Example
Text Example
White with #DEC23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC23F; }
p { color: rgb(222,194,63); }
H1.HeaderClassName
{
color: #DEC23F;
}
.AnyTagClassName
{
color: #DEC23F;
}
</style>
background-color css
<style>
a { background-color: #DEC23F; }
a { background-color: rgb(222,194,63); }
div.DivClassName
{
background-color: #DEC23F;
}
.BgClassName
{
background-color: #DEC23F;
}
</style>
border-color css
<style>
span { border-color: #DEC23F; }
span { border-color: rgb(222,194,63); }
td.TdClassName
{
border-color: #DEC23F;
}
.TagClassName
{
border-color: #DEC23F;
}
</style>