Shades of Confetti #DEC756
Tints of Confetti #DEC756
RGB
CMYK
RGB Variations
Color information
#DEC756 (or 0xDEC756) is known color: Confetti. HEX triplet: DE, C7 and 56. RGB value is (222,199,86). Sum of RGB (Red+Green+Blue) = 222+199+86=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC756 is #2138A9. Grayscale: #C1C1C1. Windows color (decimal): -2177194 or 5687262. OLE color: 5687262.
HSL color Cylindrical-coordinate representation of color #DEC756: hue angle of 49.85º 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 #DEC756 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 86 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.13 |
| HSL | 49.85º | 0.67% | 0.6% | - |
| HSV(B) | 49.85º | 0.61% | 0.87% | - |
| XYZ | 52.23 | 57.05 | 17.06 | - |
| YUV | 193 | 67.62 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 86 | 0 | 0.10 | 0.61 | 0.13 | 49.85 | 0.67 | 0.6 |
| Hex | DE | C7 | 56 | 0 | A | 3D | D | 32 | 43 | 3C |
| Octal | 336 | 307 | 126 | 0 | 12 | 75 | 15 | 62 | 103 | 74 |
| Binary | 11011110 | 11000111 | 1010110 | 0 | 1010 | 111101 | 1101 | 110010 | 1000011 | 111100 |
Color Harmonies of #DEC756
Complementary color
Monochromatic Colors of #DEC756
Black with #DEC756
Text Example
Text Example
White with #DEC756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC756; }
p { color: rgb(222,199,86); }
H1.HeaderClassName
{
color: #DEC756;
}
.AnyTagClassName
{
color: #DEC756;
}
</style>
background-color css
<style>
a { background-color: #DEC756; }
a { background-color: rgb(222,199,86); }
div.DivClassName
{
background-color: #DEC756;
}
.BgClassName
{
background-color: #DEC756;
}
</style>
border-color css
<style>
span { border-color: #DEC756; }
span { border-color: rgb(222,199,86); }
td.TdClassName
{
border-color: #DEC756;
}
.TagClassName
{
border-color: #DEC756;
}
</style>