Shades of Confetti #DECC55
Tints of Confetti #DECC55
RGB
CMYK
RGB Variations
Color information
#DECC55 (or 0xDECC55) is known color: Confetti. HEX triplet: DE, CC and 55. RGB value is (222,204,85). Sum of RGB (Red+Green+Blue) = 222+204+85=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC55 is #2133AA. Grayscale: #C4C4C4. Windows color (decimal): -2175915 or 5623006. OLE color: 5623006.
HSL color Cylindrical-coordinate representation of color #DECC55: hue angle of 52.12º 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 #DECC55 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 85 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.13 |
| HSL | 52.12º | 0.67% | 0.6% | - |
| HSV(B) | 52.12º | 0.62% | 0.87% | - |
| XYZ | 53.36 | 59.37 | 17.24 | - |
| YUV | 195.82 | 65.46 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 85 | 0 | 0.08 | 0.62 | 0.13 | 52.12 | 0.67 | 0.6 |
| Hex | DE | CC | 55 | 0 | 8 | 3E | D | 34 | 43 | 3C |
| Octal | 336 | 314 | 125 | 0 | 10 | 76 | 15 | 64 | 103 | 74 |
| Binary | 11011110 | 11001100 | 1010101 | 0 | 1000 | 111110 | 1101 | 110100 | 1000011 | 111100 |
Color Harmonies of #DECC55
Complementary color
Monochromatic Colors of #DECC55
Black with #DECC55
Text Example
Text Example
White with #DECC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC55; }
p { color: rgb(222,204,85); }
H1.HeaderClassName
{
color: #DECC55;
}
.AnyTagClassName
{
color: #DECC55;
}
</style>
background-color css
<style>
a { background-color: #DECC55; }
a { background-color: rgb(222,204,85); }
div.DivClassName
{
background-color: #DECC55;
}
.BgClassName
{
background-color: #DECC55;
}
</style>
border-color css
<style>
span { border-color: #DECC55; }
span { border-color: rgb(222,204,85); }
td.TdClassName
{
border-color: #DECC55;
}
.TagClassName
{
border-color: #DECC55;
}
</style>