Shades of Confetti #DEC64A
Tints of Confetti #DEC64A
RGB
CMYK
RGB Variations
Color information
#DEC64A (or 0xDEC64A) is known color: Confetti. HEX triplet: DE, C6 and 4A. RGB value is (222,198,74). Sum of RGB (Red+Green+Blue) = 222+198+74=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC64A is #2139B5. Grayscale: #BFBFBF. Windows color (decimal): -2177462 or 4900574. OLE color: 4900574.
HSL color Cylindrical-coordinate representation of color #DEC64A: hue angle of 50.27º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEC64A is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 74 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.13 |
| HSL | 50.27º | 0.69% | 0.58% | - |
| HSV(B) | 50.27º | 0.67% | 0.87% | - |
| XYZ | 51.55 | 56.41 | 14.65 | - |
| YUV | 191.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 74 | 0 | 0.11 | 0.67 | 0.13 | 50.27 | 0.69 | 0.58 |
| Hex | DE | C6 | 4A | 0 | B | 43 | D | 32 | 45 | 3A |
| Octal | 336 | 306 | 112 | 0 | 13 | 103 | 15 | 62 | 105 | 72 |
| Binary | 11011110 | 11000110 | 1001010 | 0 | 1011 | 1000011 | 1101 | 110010 | 1000101 | 111010 |
Color Harmonies of #DEC64A
Complementary color
Monochromatic Colors of #DEC64A
Black with #DEC64A
Text Example
Text Example
White with #DEC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC64A; }
p { color: rgb(222,198,74); }
H1.HeaderClassName
{
color: #DEC64A;
}
.AnyTagClassName
{
color: #DEC64A;
}
</style>
background-color css
<style>
a { background-color: #DEC64A; }
a { background-color: rgb(222,198,74); }
div.DivClassName
{
background-color: #DEC64A;
}
.BgClassName
{
background-color: #DEC64A;
}
</style>
border-color css
<style>
span { border-color: #DEC64A; }
span { border-color: rgb(222,198,74); }
td.TdClassName
{
border-color: #DEC64A;
}
.TagClassName
{
border-color: #DEC64A;
}
</style>