Shades of Confetti #DECD3E
Tints of Confetti #DECD3E
RGB
CMYK
RGB Variations
Color information
#DECD3E (or 0xDECD3E) is known color: Confetti. HEX triplet: DE, CD and 3E. RGB value is (222,205,62). Sum of RGB (Red+Green+Blue) = 222+205+62=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 62 (24.61% from 255 or 12.68% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD3E is #2132C1. Grayscale: #C2C2C2. Windows color (decimal): -2175682 or 4115934. OLE color: 4115934.
HSL color Cylindrical-coordinate representation of color #DECD3E: hue angle of 53.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DECD3E is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 62 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.13 |
| HSL | 53.63º | 0.71% | 0.56% | - |
| HSV(B) | 53.63º | 0.72% | 0.87% | - |
| XYZ | 52.83 | 59.54 | 13.27 | - |
| YUV | 193.78 | 53.63 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 62 | 0 | 0.08 | 0.72 | 0.13 | 53.63 | 0.71 | 0.56 |
| Hex | DE | CD | 3E | 0 | 8 | 48 | D | 36 | 47 | 38 |
| Octal | 336 | 315 | 76 | 0 | 10 | 110 | 15 | 66 | 107 | 70 |
| Binary | 11011110 | 11001101 | 111110 | 0 | 1000 | 1001000 | 1101 | 110110 | 1000111 | 111000 |
Color Harmonies of #DECD3E
Complementary color
Monochromatic Colors of #DECD3E
Black with #DECD3E
Text Example
Text Example
White with #DECD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD3E; }
p { color: rgb(222,205,62); }
H1.HeaderClassName
{
color: #DECD3E;
}
.AnyTagClassName
{
color: #DECD3E;
}
</style>
background-color css
<style>
a { background-color: #DECD3E; }
a { background-color: rgb(222,205,62); }
div.DivClassName
{
background-color: #DECD3E;
}
.BgClassName
{
background-color: #DECD3E;
}
</style>
border-color css
<style>
span { border-color: #DECD3E; }
span { border-color: rgb(222,205,62); }
td.TdClassName
{
border-color: #DECD3E;
}
.TagClassName
{
border-color: #DECD3E;
}
</style>