Shades of Confetti #DECD4D
Tints of Confetti #DECD4D
RGB
CMYK
RGB Variations
Color information
#DECD4D (or 0xDECD4D) is known color: Confetti. HEX triplet: DE, CD and 4D. RGB value is (222,205,77). Sum of RGB (Red+Green+Blue) = 222+205+77=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD4D is #2132B2. Grayscale: #C4C4C4. Windows color (decimal): -2175667 or 5098974. OLE color: 5098974.
HSL color Cylindrical-coordinate representation of color #DECD4D: hue angle of 52.97º 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 #DECD4D is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 77 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.13 |
| HSL | 52.97º | 0.69% | 0.59% | - |
| HSV(B) | 52.97º | 0.65% | 0.87% | - |
| XYZ | 53.3 | 59.73 | 15.74 | - |
| YUV | 195.49 | 61.13 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 77 | 0 | 0.08 | 0.65 | 0.13 | 52.97 | 0.69 | 0.59 |
| Hex | DE | CD | 4D | 0 | 8 | 41 | D | 35 | 45 | 3B |
| Octal | 336 | 315 | 115 | 0 | 10 | 101 | 15 | 65 | 105 | 73 |
| Binary | 11011110 | 11001101 | 1001101 | 0 | 1000 | 1000001 | 1101 | 110101 | 1000101 | 111011 |
Color Harmonies of #DECD4D
Complementary color
Monochromatic Colors of #DECD4D
Black with #DECD4D
Text Example
Text Example
White with #DECD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD4D; }
p { color: rgb(222,205,77); }
H1.HeaderClassName
{
color: #DECD4D;
}
.AnyTagClassName
{
color: #DECD4D;
}
</style>
background-color css
<style>
a { background-color: #DECD4D; }
a { background-color: rgb(222,205,77); }
div.DivClassName
{
background-color: #DECD4D;
}
.BgClassName
{
background-color: #DECD4D;
}
</style>
border-color css
<style>
span { border-color: #DECD4D; }
span { border-color: rgb(222,205,77); }
td.TdClassName
{
border-color: #DECD4D;
}
.TagClassName
{
border-color: #DECD4D;
}
</style>