Shades of Confetti #DECE4D
Tints of Confetti #DECE4D
RGB
CMYK
RGB Variations
Color information
#DECE4D (or 0xDECE4D) is known color: Confetti. HEX triplet: DE, CE and 4D. RGB value is (222,206,77). Sum of RGB (Red+Green+Blue) = 222+206+77=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE4D is #2131B2. Grayscale: #C4C4C4. Windows color (decimal): -2175411 or 5099230. OLE color: 5099230.
HSL color Cylindrical-coordinate representation of color #DECE4D: hue angle of 53.38º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DECE4D is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 77 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.13 |
| HSL | 53.38º | 0.69% | 0.59% | - |
| HSV(B) | 53.38º | 0.65% | 0.87% | - |
| XYZ | 53.54 | 60.21 | 15.82 | - |
| YUV | 196.08 | 60.8 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 77 | 0 | 0.07 | 0.65 | 0.13 | 53.38 | 0.69 | 0.59 |
| Hex | DE | CE | 4D | 0 | 7 | 41 | D | 35 | 45 | 3B |
| Octal | 336 | 316 | 115 | 0 | 7 | 101 | 15 | 65 | 105 | 73 |
| Binary | 11011110 | 11001110 | 1001101 | 0 | 111 | 1000001 | 1101 | 110101 | 1000101 | 111011 |
Color Harmonies of #DECE4D
Complementary color
Monochromatic Colors of #DECE4D
Black with #DECE4D
Text Example
Text Example
White with #DECE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE4D; }
p { color: rgb(222,206,77); }
H1.HeaderClassName
{
color: #DECE4D;
}
.AnyTagClassName
{
color: #DECE4D;
}
</style>
background-color css
<style>
a { background-color: #DECE4D; }
a { background-color: rgb(222,206,77); }
div.DivClassName
{
background-color: #DECE4D;
}
.BgClassName
{
background-color: #DECE4D;
}
</style>
border-color css
<style>
span { border-color: #DECE4D; }
span { border-color: rgb(222,206,77); }
td.TdClassName
{
border-color: #DECE4D;
}
.TagClassName
{
border-color: #DECE4D;
}
</style>