Shades of Confetti #DECA54
Tints of Confetti #DECA54
RGB
CMYK
RGB Variations
Color information
#DECA54 (or 0xDECA54) is known color: Confetti. HEX triplet: DE, CA and 54. RGB value is (222,202,84). Sum of RGB (Red+Green+Blue) = 222+202+84=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 84 (33.20% from 255 or 16.54% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA54 is #2135AB. Grayscale: #C3C3C3. Windows color (decimal): -2176428 or 5556958. OLE color: 5556958.
HSL color Cylindrical-coordinate representation of color #DECA54: hue angle of 51.3º degrees, saturation: 0.68, 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 #DECA54 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 84 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.13 |
| HSL | 51.3º | 0.68% | 0.6% | - |
| HSV(B) | 51.3º | 0.62% | 0.87% | - |
| XYZ | 52.84 | 58.41 | 16.88 | - |
| YUV | 194.53 | 65.63 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 84 | 0 | 0.09 | 0.62 | 0.13 | 51.3 | 0.68 | 0.6 |
| Hex | DE | CA | 54 | 0 | 9 | 3E | D | 33 | 44 | 3C |
| Octal | 336 | 312 | 124 | 0 | 11 | 76 | 15 | 63 | 104 | 74 |
| Binary | 11011110 | 11001010 | 1010100 | 0 | 1001 | 111110 | 1101 | 110011 | 1000100 | 111100 |
Color Harmonies of #DECA54
Complementary color
Monochromatic Colors of #DECA54
Black with #DECA54
Text Example
Text Example
White with #DECA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA54; }
p { color: rgb(222,202,84); }
H1.HeaderClassName
{
color: #DECA54;
}
.AnyTagClassName
{
color: #DECA54;
}
</style>
background-color css
<style>
a { background-color: #DECA54; }
a { background-color: rgb(222,202,84); }
div.DivClassName
{
background-color: #DECA54;
}
.BgClassName
{
background-color: #DECA54;
}
</style>
border-color css
<style>
span { border-color: #DECA54; }
span { border-color: rgb(222,202,84); }
td.TdClassName
{
border-color: #DECA54;
}
.TagClassName
{
border-color: #DECA54;
}
</style>