Shades of Confetti #DEC855
Tints of Confetti #DEC855
RGB
CMYK
RGB Variations
Color information
#DEC855 (or 0xDEC855) is known color: Confetti. HEX triplet: DE, C8 and 55. RGB value is (222,200,85). Sum of RGB (Red+Green+Blue) = 222+200+85=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC855 is #2137AA. Grayscale: #C1C1C1. Windows color (decimal): -2176939 or 5621982. OLE color: 5621982.
HSL color Cylindrical-coordinate representation of color #DEC855: hue angle of 50.36º 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 #DEC855 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 85 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.13 |
| HSL | 50.36º | 0.67% | 0.6% | - |
| HSV(B) | 50.36º | 0.62% | 0.87% | - |
| XYZ | 52.42 | 57.49 | 16.93 | - |
| YUV | 193.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 85 | 0 | 0.10 | 0.62 | 0.13 | 50.36 | 0.67 | 0.6 |
| Hex | DE | C8 | 55 | 0 | A | 3E | D | 32 | 43 | 3C |
| Octal | 336 | 310 | 125 | 0 | 12 | 76 | 15 | 62 | 103 | 74 |
| Binary | 11011110 | 11001000 | 1010101 | 0 | 1010 | 111110 | 1101 | 110010 | 1000011 | 111100 |
Color Harmonies of #DEC855
Complementary color
Monochromatic Colors of #DEC855
Black with #DEC855
Text Example
Text Example
White with #DEC855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC855; }
p { color: rgb(222,200,85); }
H1.HeaderClassName
{
color: #DEC855;
}
.AnyTagClassName
{
color: #DEC855;
}
</style>
background-color css
<style>
a { background-color: #DEC855; }
a { background-color: rgb(222,200,85); }
div.DivClassName
{
background-color: #DEC855;
}
.BgClassName
{
background-color: #DEC855;
}
</style>
border-color css
<style>
span { border-color: #DEC855; }
span { border-color: rgb(222,200,85); }
td.TdClassName
{
border-color: #DEC855;
}
.TagClassName
{
border-color: #DEC855;
}
</style>