Shades of Confetti #DECD4E
Tints of Confetti #DECD4E
RGB
CMYK
RGB Variations
Color information
#DECD4E (or 0xDECD4E) is known color: Confetti. HEX triplet: DE, CD and 4E. RGB value is (222,205,78). Sum of RGB (Red+Green+Blue) = 222+205+78=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD4E is #2132B1. Grayscale: #C4C4C4. Windows color (decimal): -2175666 or 5164510. OLE color: 5164510.
HSL color Cylindrical-coordinate representation of color #DECD4E: hue angle of 52.92º 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 #DECD4E is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 78 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.13 |
| HSL | 52.92º | 0.69% | 0.59% | - |
| HSV(B) | 52.92º | 0.65% | 0.87% | - |
| XYZ | 53.33 | 59.74 | 15.93 | - |
| YUV | 195.61 | 61.63 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 78 | 0 | 0.08 | 0.65 | 0.13 | 52.92 | 0.69 | 0.59 |
| Hex | DE | CD | 4E | 0 | 8 | 41 | D | 35 | 45 | 3B |
| Octal | 336 | 315 | 116 | 0 | 10 | 101 | 15 | 65 | 105 | 73 |
| Binary | 11011110 | 11001101 | 1001110 | 0 | 1000 | 1000001 | 1101 | 110101 | 1000101 | 111011 |
Color Harmonies of #DECD4E
Complementary color
Monochromatic Colors of #DECD4E
Black with #DECD4E
Text Example
Text Example
White with #DECD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD4E; }
p { color: rgb(222,205,78); }
H1.HeaderClassName
{
color: #DECD4E;
}
.AnyTagClassName
{
color: #DECD4E;
}
</style>
background-color css
<style>
a { background-color: #DECD4E; }
a { background-color: rgb(222,205,78); }
div.DivClassName
{
background-color: #DECD4E;
}
.BgClassName
{
background-color: #DECD4E;
}
</style>
border-color css
<style>
span { border-color: #DECD4E; }
span { border-color: rgb(222,205,78); }
td.TdClassName
{
border-color: #DECD4E;
}
.TagClassName
{
border-color: #DECD4E;
}
</style>