Shades of Confetti #DEC655
Tints of Confetti #DEC655
RGB
CMYK
RGB Variations
Color information
#DEC655 (or 0xDEC655) is known color: Confetti. HEX triplet: DE, C6 and 55. RGB value is (222,198,85). Sum of RGB (Red+Green+Blue) = 222+198+85=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC655 is #2139AA. Grayscale: #C0C0C0. Windows color (decimal): -2177451 or 5621470. OLE color: 5621470.
HSL color Cylindrical-coordinate representation of color #DEC655: hue angle of 49.49º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEC655 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 85 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.13 |
| HSL | 49.49º | 0.67% | 0.6% | - |
| HSV(B) | 49.49º | 0.62% | 0.87% | - |
| XYZ | 51.96 | 56.57 | 16.78 | - |
| YUV | 192.29 | 67.45 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 85 | 0 | 0.11 | 0.62 | 0.13 | 49.49 | 0.67 | 0.6 |
| Hex | DE | C6 | 55 | 0 | B | 3E | D | 31 | 43 | 3C |
| Octal | 336 | 306 | 125 | 0 | 13 | 76 | 15 | 61 | 103 | 74 |
| Binary | 11011110 | 11000110 | 1010101 | 0 | 1011 | 111110 | 1101 | 110001 | 1000011 | 111100 |
Color Harmonies of #DEC655
Complementary color
Monochromatic Colors of #DEC655
Black with #DEC655
Text Example
Text Example
White with #DEC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC655; }
p { color: rgb(222,198,85); }
H1.HeaderClassName
{
color: #DEC655;
}
.AnyTagClassName
{
color: #DEC655;
}
</style>
background-color css
<style>
a { background-color: #DEC655; }
a { background-color: rgb(222,198,85); }
div.DivClassName
{
background-color: #DEC655;
}
.BgClassName
{
background-color: #DEC655;
}
</style>
border-color css
<style>
span { border-color: #DEC655; }
span { border-color: rgb(222,198,85); }
td.TdClassName
{
border-color: #DEC655;
}
.TagClassName
{
border-color: #DEC655;
}
</style>