Shades of Confetti #DEC758
Tints of Confetti #DEC758
RGB
CMYK
RGB Variations
Color information
#DEC758 (or 0xDEC758) is known color: Confetti. HEX triplet: DE, C7 and 58. RGB value is (222,199,88). Sum of RGB (Red+Green+Blue) = 222+199+88=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC758 is #2138A7. Grayscale: #C1C1C1. Windows color (decimal): -2177192 or 5818334. OLE color: 5818334.
HSL color Cylindrical-coordinate representation of color #DEC758: hue angle of 49.7º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEC758 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 88 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.13 |
| HSL | 49.7º | 0.67% | 0.61% | - |
| HSV(B) | 49.7º | 0.6% | 0.87% | - |
| XYZ | 52.31 | 57.08 | 17.49 | - |
| YUV | 193.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 88 | 0 | 0.10 | 0.60 | 0.13 | 49.7 | 0.67 | 0.61 |
| Hex | DE | C7 | 58 | 0 | A | 3C | D | 32 | 43 | 3D |
| Octal | 336 | 307 | 130 | 0 | 12 | 74 | 15 | 62 | 103 | 75 |
| Binary | 11011110 | 11000111 | 1011000 | 0 | 1010 | 111100 | 1101 | 110010 | 1000011 | 111101 |
Color Harmonies of #DEC758
Complementary color
Monochromatic Colors of #DEC758
Black with #DEC758
Text Example
Text Example
White with #DEC758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC758; }
p { color: rgb(222,199,88); }
H1.HeaderClassName
{
color: #DEC758;
}
.AnyTagClassName
{
color: #DEC758;
}
</style>
background-color css
<style>
a { background-color: #DEC758; }
a { background-color: rgb(222,199,88); }
div.DivClassName
{
background-color: #DEC758;
}
.BgClassName
{
background-color: #DEC758;
}
</style>
border-color css
<style>
span { border-color: #DEC758; }
span { border-color: rgb(222,199,88); }
td.TdClassName
{
border-color: #DEC758;
}
.TagClassName
{
border-color: #DEC758;
}
</style>