Shades of Confetti #DEC953
Tints of Confetti #DEC953
RGB
CMYK
RGB Variations
Color information
#DEC953 (or 0xDEC953) is known color: Confetti. HEX triplet: DE, C9 and 53. RGB value is (222,201,83). Sum of RGB (Red+Green+Blue) = 222+201+83=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 83 (32.81% from 255 or 16.40% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC953 is #2136AC. Grayscale: #C2C2C2. Windows color (decimal): -2176685 or 5491166. OLE color: 5491166.
HSL color Cylindrical-coordinate representation of color #DEC953: hue angle of 50.94º 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 #DEC953 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 83 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.13 |
| HSL | 50.94º | 0.68% | 0.6% | - |
| HSV(B) | 50.94º | 0.63% | 0.87% | - |
| XYZ | 52.57 | 57.93 | 16.59 | - |
| YUV | 193.83 | 65.46 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 83 | 0 | 0.09 | 0.63 | 0.13 | 50.94 | 0.68 | 0.6 |
| Hex | DE | C9 | 53 | 0 | 9 | 3F | D | 33 | 44 | 3C |
| Octal | 336 | 311 | 123 | 0 | 11 | 77 | 15 | 63 | 104 | 74 |
| Binary | 11011110 | 11001001 | 1010011 | 0 | 1001 | 111111 | 1101 | 110011 | 1000100 | 111100 |
Color Harmonies of #DEC953
Complementary color
Monochromatic Colors of #DEC953
Black with #DEC953
Text Example
Text Example
White with #DEC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC953; }
p { color: rgb(222,201,83); }
H1.HeaderClassName
{
color: #DEC953;
}
.AnyTagClassName
{
color: #DEC953;
}
</style>
background-color css
<style>
a { background-color: #DEC953; }
a { background-color: rgb(222,201,83); }
div.DivClassName
{
background-color: #DEC953;
}
.BgClassName
{
background-color: #DEC953;
}
</style>
border-color css
<style>
span { border-color: #DEC953; }
span { border-color: rgb(222,201,83); }
td.TdClassName
{
border-color: #DEC953;
}
.TagClassName
{
border-color: #DEC953;
}
</style>