Shades of Confetti #DEC958
Tints of Confetti #DEC958
RGB
CMYK
RGB Variations
Color information
#DEC958 (or 0xDEC958) is known color: Confetti. HEX triplet: DE, C9 and 58. RGB value is (222,201,88). Sum of RGB (Red+Green+Blue) = 222+201+88=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC958 is #2136A7. Grayscale: #C2C2C2. Windows color (decimal): -2176680 or 5818846. OLE color: 5818846.
HSL color Cylindrical-coordinate representation of color #DEC958: hue angle of 50.6º 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 #DEC958 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 88 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.13 |
| HSL | 50.6º | 0.67% | 0.61% | - |
| HSV(B) | 50.6º | 0.6% | 0.87% | - |
| XYZ | 52.77 | 58.01 | 17.65 | - |
| YUV | 194.4 | 67.96 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 88 | 0 | 0.09 | 0.60 | 0.13 | 50.6 | 0.67 | 0.61 |
| Hex | DE | C9 | 58 | 0 | 9 | 3C | D | 33 | 43 | 3D |
| Octal | 336 | 311 | 130 | 0 | 11 | 74 | 15 | 63 | 103 | 75 |
| Binary | 11011110 | 11001001 | 1011000 | 0 | 1001 | 111100 | 1101 | 110011 | 1000011 | 111101 |
Color Harmonies of #DEC958
Complementary color
Monochromatic Colors of #DEC958
Black with #DEC958
Text Example
Text Example
White with #DEC958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC958; }
p { color: rgb(222,201,88); }
H1.HeaderClassName
{
color: #DEC958;
}
.AnyTagClassName
{
color: #DEC958;
}
</style>
background-color css
<style>
a { background-color: #DEC958; }
a { background-color: rgb(222,201,88); }
div.DivClassName
{
background-color: #DEC958;
}
.BgClassName
{
background-color: #DEC958;
}
</style>
border-color css
<style>
span { border-color: #DEC958; }
span { border-color: rgb(222,201,88); }
td.TdClassName
{
border-color: #DEC958;
}
.TagClassName
{
border-color: #DEC958;
}
</style>