Shades of Confetti #DECF52
Tints of Confetti #DECF52
RGB
CMYK
RGB Variations
Color information
#DECF52 (or 0xDECF52) is known color: Confetti. HEX triplet: DE, CF and 52. RGB value is (222,207,82). Sum of RGB (Red+Green+Blue) = 222+207+82=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF52 is #2130AD. Grayscale: #C5C5C5. Windows color (decimal): -2175150 or 5427166. OLE color: 5427166.
HSL color Cylindrical-coordinate representation of color #DECF52: hue angle of 53.57º 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 #DECF52 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 82 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.13 |
| HSL | 53.57º | 0.68% | 0.6% | - |
| HSV(B) | 53.57º | 0.63% | 0.87% | - |
| XYZ | 53.96 | 60.76 | 16.87 | - |
| YUV | 197.24 | 62.97 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 82 | 0 | 0.07 | 0.63 | 0.13 | 53.57 | 0.68 | 0.6 |
| Hex | DE | CF | 52 | 0 | 7 | 3F | D | 36 | 44 | 3C |
| Octal | 336 | 317 | 122 | 0 | 7 | 77 | 15 | 66 | 104 | 74 |
| Binary | 11011110 | 11001111 | 1010010 | 0 | 111 | 111111 | 1101 | 110110 | 1000100 | 111100 |
Color Harmonies of #DECF52
Complementary color
Monochromatic Colors of #DECF52
Black with #DECF52
Text Example
Text Example
White with #DECF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF52; }
p { color: rgb(222,207,82); }
H1.HeaderClassName
{
color: #DECF52;
}
.AnyTagClassName
{
color: #DECF52;
}
</style>
background-color css
<style>
a { background-color: #DECF52; }
a { background-color: rgb(222,207,82); }
div.DivClassName
{
background-color: #DECF52;
}
.BgClassName
{
background-color: #DECF52;
}
</style>
border-color css
<style>
span { border-color: #DECF52; }
span { border-color: rgb(222,207,82); }
td.TdClassName
{
border-color: #DECF52;
}
.TagClassName
{
border-color: #DECF52;
}
</style>