Shades of Confetti #DECD3F
Tints of Confetti #DECD3F
RGB
CMYK
RGB Variations
Color information
#DECD3F (or 0xDECD3F) is known color: Confetti. HEX triplet: DE, CD and 3F. RGB value is (222,205,63). Sum of RGB (Red+Green+Blue) = 222+205+63=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 63 (25% from 255 or 12.86% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD3F is #2132C0. Grayscale: #C2C2C2. Windows color (decimal): -2175681 or 4181470. OLE color: 4181470.
HSL color Cylindrical-coordinate representation of color #DECD3F: hue angle of 53.58º 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 #DECD3F is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 63 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.13 |
| HSL | 53.58º | 0.71% | 0.56% | - |
| HSV(B) | 53.58º | 0.72% | 0.87% | - |
| XYZ | 52.85 | 59.55 | 13.41 | - |
| YUV | 193.9 | 54.13 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 63 | 0 | 0.08 | 0.72 | 0.13 | 53.58 | 0.71 | 0.56 |
| Hex | DE | CD | 3F | 0 | 8 | 48 | D | 36 | 47 | 38 |
| Octal | 336 | 315 | 77 | 0 | 10 | 110 | 15 | 66 | 107 | 70 |
| Binary | 11011110 | 11001101 | 111111 | 0 | 1000 | 1001000 | 1101 | 110110 | 1000111 | 111000 |
Color Harmonies of #DECD3F
Complementary color
Monochromatic Colors of #DECD3F
Black with #DECD3F
Text Example
Text Example
White with #DECD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD3F; }
p { color: rgb(222,205,63); }
H1.HeaderClassName
{
color: #DECD3F;
}
.AnyTagClassName
{
color: #DECD3F;
}
</style>
background-color css
<style>
a { background-color: #DECD3F; }
a { background-color: rgb(222,205,63); }
div.DivClassName
{
background-color: #DECD3F;
}
.BgClassName
{
background-color: #DECD3F;
}
</style>
border-color css
<style>
span { border-color: #DECD3F; }
span { border-color: rgb(222,205,63); }
td.TdClassName
{
border-color: #DECD3F;
}
.TagClassName
{
border-color: #DECD3F;
}
</style>