Shades of Confetti #DECA56
Tints of Confetti #DECA56
RGB
CMYK
RGB Variations
Color information
#DECA56 (or 0xDECA56) is known color: Confetti. HEX triplet: DE, CA and 56. RGB value is (222,202,86). Sum of RGB (Red+Green+Blue) = 222+202+86=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA56 is #2135A9. Grayscale: #C3C3C3. Windows color (decimal): -2176426 or 5688030. OLE color: 5688030.
HSL color Cylindrical-coordinate representation of color #DECA56: hue angle of 51.18º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DECA56 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 86 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.13 |
| HSL | 51.18º | 0.67% | 0.6% | - |
| HSV(B) | 51.18º | 0.61% | 0.87% | - |
| XYZ | 52.92 | 58.44 | 17.3 | - |
| YUV | 194.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 86 | 0 | 0.09 | 0.61 | 0.13 | 51.18 | 0.67 | 0.6 |
| Hex | DE | CA | 56 | 0 | 9 | 3D | D | 33 | 43 | 3C |
| Octal | 336 | 312 | 126 | 0 | 11 | 75 | 15 | 63 | 103 | 74 |
| Binary | 11011110 | 11001010 | 1010110 | 0 | 1001 | 111101 | 1101 | 110011 | 1000011 | 111100 |
Color Harmonies of #DECA56
Complementary color
Monochromatic Colors of #DECA56
Black with #DECA56
Text Example
Text Example
White with #DECA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA56; }
p { color: rgb(222,202,86); }
H1.HeaderClassName
{
color: #DECA56;
}
.AnyTagClassName
{
color: #DECA56;
}
</style>
background-color css
<style>
a { background-color: #DECA56; }
a { background-color: rgb(222,202,86); }
div.DivClassName
{
background-color: #DECA56;
}
.BgClassName
{
background-color: #DECA56;
}
</style>
border-color css
<style>
span { border-color: #DECA56; }
span { border-color: rgb(222,202,86); }
td.TdClassName
{
border-color: #DECA56;
}
.TagClassName
{
border-color: #DECA56;
}
</style>