Shades of Confetti #DEC64D
Tints of Confetti #DEC64D
RGB
CMYK
RGB Variations
Color information
#DEC64D (or 0xDEC64D) is known color: Confetti. HEX triplet: DE, C6 and 4D. RGB value is (222,198,77). Sum of RGB (Red+Green+Blue) = 222+198+77=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC64D is #2139B2. Grayscale: #BFBFBF. Windows color (decimal): -2177459 or 5097182. OLE color: 5097182.
HSL color Cylindrical-coordinate representation of color #DEC64D: hue angle of 50.07º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEC64D is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 77 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.13 |
| HSL | 50.07º | 0.69% | 0.59% | - |
| HSV(B) | 50.07º | 0.65% | 0.87% | - |
| XYZ | 51.66 | 56.45 | 15.2 | - |
| YUV | 191.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 77 | 0 | 0.11 | 0.65 | 0.13 | 50.07 | 0.69 | 0.59 |
| Hex | DE | C6 | 4D | 0 | B | 41 | D | 32 | 45 | 3B |
| Octal | 336 | 306 | 115 | 0 | 13 | 101 | 15 | 62 | 105 | 73 |
| Binary | 11011110 | 11000110 | 1001101 | 0 | 1011 | 1000001 | 1101 | 110010 | 1000101 | 111011 |
Color Harmonies of #DEC64D
Complementary color
Monochromatic Colors of #DEC64D
Black with #DEC64D
Text Example
Text Example
White with #DEC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC64D; }
p { color: rgb(222,198,77); }
H1.HeaderClassName
{
color: #DEC64D;
}
.AnyTagClassName
{
color: #DEC64D;
}
</style>
background-color css
<style>
a { background-color: #DEC64D; }
a { background-color: rgb(222,198,77); }
div.DivClassName
{
background-color: #DEC64D;
}
.BgClassName
{
background-color: #DEC64D;
}
</style>
border-color css
<style>
span { border-color: #DEC64D; }
span { border-color: rgb(222,198,77); }
td.TdClassName
{
border-color: #DEC64D;
}
.TagClassName
{
border-color: #DEC64D;
}
</style>