Shades of Confetti #DEC84D
Tints of Confetti #DEC84D
RGB
CMYK
RGB Variations
Color information
#DEC84D (or 0xDEC84D) is known color: Confetti. HEX triplet: DE, C8 and 4D. RGB value is (222,200,77). Sum of RGB (Red+Green+Blue) = 222+200+77=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC84D is #2137B2. Grayscale: #C1C1C1. Windows color (decimal): -2176947 or 5097694. OLE color: 5097694.
HSL color Cylindrical-coordinate representation of color #DEC84D: hue angle of 50.9º 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 #DEC84D is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 77 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.13 |
| HSL | 50.9º | 0.69% | 0.59% | - |
| HSV(B) | 50.9º | 0.65% | 0.87% | - |
| XYZ | 52.12 | 57.37 | 15.35 | - |
| YUV | 192.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 77 | 0 | 0.10 | 0.65 | 0.13 | 50.9 | 0.69 | 0.59 |
| Hex | DE | C8 | 4D | 0 | A | 41 | D | 33 | 45 | 3B |
| Octal | 336 | 310 | 115 | 0 | 12 | 101 | 15 | 63 | 105 | 73 |
| Binary | 11011110 | 11001000 | 1001101 | 0 | 1010 | 1000001 | 1101 | 110011 | 1000101 | 111011 |
Color Harmonies of #DEC84D
Complementary color
Monochromatic Colors of #DEC84D
Black with #DEC84D
Text Example
Text Example
White with #DEC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC84D; }
p { color: rgb(222,200,77); }
H1.HeaderClassName
{
color: #DEC84D;
}
.AnyTagClassName
{
color: #DEC84D;
}
</style>
background-color css
<style>
a { background-color: #DEC84D; }
a { background-color: rgb(222,200,77); }
div.DivClassName
{
background-color: #DEC84D;
}
.BgClassName
{
background-color: #DEC84D;
}
</style>
border-color css
<style>
span { border-color: #DEC84D; }
span { border-color: rgb(222,200,77); }
td.TdClassName
{
border-color: #DEC84D;
}
.TagClassName
{
border-color: #DEC84D;
}
</style>