Shades of Confetti #DEC64F
Tints of Confetti #DEC64F
RGB
CMYK
RGB Variations
Color information
#DEC64F (or 0xDEC64F) is known color: Confetti. HEX triplet: DE, C6 and 4F. RGB value is (222,198,79). Sum of RGB (Red+Green+Blue) = 222+198+79=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC64F is #2139B0. Grayscale: #C0C0C0. Windows color (decimal): -2177457 or 5228254. OLE color: 5228254.
HSL color Cylindrical-coordinate representation of color #DEC64F: hue angle of 49.93º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEC64F is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 79 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.13 |
| HSL | 49.93º | 0.68% | 0.59% | - |
| HSV(B) | 49.93º | 0.64% | 0.87% | - |
| XYZ | 51.73 | 56.48 | 15.57 | - |
| YUV | 191.61 | 64.45 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 79 | 0 | 0.11 | 0.64 | 0.13 | 49.93 | 0.68 | 0.59 |
| Hex | DE | C6 | 4F | 0 | B | 40 | D | 32 | 44 | 3B |
| Octal | 336 | 306 | 117 | 0 | 13 | 100 | 15 | 62 | 104 | 73 |
| Binary | 11011110 | 11000110 | 1001111 | 0 | 1011 | 1000000 | 1101 | 110010 | 1000100 | 111011 |
Color Harmonies of #DEC64F
Complementary color
Monochromatic Colors of #DEC64F
Black with #DEC64F
Text Example
Text Example
White with #DEC64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC64F; }
p { color: rgb(222,198,79); }
H1.HeaderClassName
{
color: #DEC64F;
}
.AnyTagClassName
{
color: #DEC64F;
}
</style>
background-color css
<style>
a { background-color: #DEC64F; }
a { background-color: rgb(222,198,79); }
div.DivClassName
{
background-color: #DEC64F;
}
.BgClassName
{
background-color: #DEC64F;
}
</style>
border-color css
<style>
span { border-color: #DEC64F; }
span { border-color: rgb(222,198,79); }
td.TdClassName
{
border-color: #DEC64F;
}
.TagClassName
{
border-color: #DEC64F;
}
</style>