Shades of Confetti #DECF53
Tints of Confetti #DECF53
RGB
CMYK
RGB Variations
Color information
#DECF53 (or 0xDECF53) is known color: Confetti. HEX triplet: DE, CF and 53. RGB value is (222,207,83). Sum of RGB (Red+Green+Blue) = 222+207+83=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF53 is #2130AC. Grayscale: #C5C5C5. Windows color (decimal): -2175149 or 5492702. OLE color: 5492702.
HSL color Cylindrical-coordinate representation of color #DECF53: hue angle of 53.53º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DECF53 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 83 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.13 |
| HSL | 53.53º | 0.68% | 0.6% | - |
| HSV(B) | 53.53º | 0.63% | 0.87% | - |
| XYZ | 54 | 60.78 | 17.07 | - |
| YUV | 197.35 | 63.47 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 83 | 0 | 0.07 | 0.63 | 0.13 | 53.53 | 0.68 | 0.6 |
| Hex | DE | CF | 53 | 0 | 7 | 3F | D | 36 | 44 | 3C |
| Octal | 336 | 317 | 123 | 0 | 7 | 77 | 15 | 66 | 104 | 74 |
| Binary | 11011110 | 11001111 | 1010011 | 0 | 111 | 111111 | 1101 | 110110 | 1000100 | 111100 |
Color Harmonies of #DECF53
Complementary color
Monochromatic Colors of #DECF53
Black with #DECF53
Text Example
Text Example
White with #DECF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF53; }
p { color: rgb(222,207,83); }
H1.HeaderClassName
{
color: #DECF53;
}
.AnyTagClassName
{
color: #DECF53;
}
</style>
background-color css
<style>
a { background-color: #DECF53; }
a { background-color: rgb(222,207,83); }
div.DivClassName
{
background-color: #DECF53;
}
.BgClassName
{
background-color: #DECF53;
}
</style>
border-color css
<style>
span { border-color: #DECF53; }
span { border-color: rgb(222,207,83); }
td.TdClassName
{
border-color: #DECF53;
}
.TagClassName
{
border-color: #DECF53;
}
</style>