Shades of Confetti #DEC04D
Tints of Confetti #DEC04D
RGB
CMYK
RGB Variations
Color information
#DEC04D (or 0xDEC04D) is known color: Confetti. HEX triplet: DE, C0 and 4D. RGB value is (222,192,77). Sum of RGB (Red+Green+Blue) = 222+192+77=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC04D is #213FB2. Grayscale: #BCBCBC. Windows color (decimal): -2178995 or 5095646. OLE color: 5095646.
HSL color Cylindrical-coordinate representation of color #DEC04D: hue angle of 47.59º 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 #DEC04D is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 77 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.13 |
| HSL | 47.59º | 0.69% | 0.59% | - |
| HSV(B) | 47.59º | 0.65% | 0.87% | - |
| XYZ | 50.31 | 53.76 | 14.75 | - |
| YUV | 187.86 | 65.44 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 77 | 0 | 0.14 | 0.65 | 0.13 | 47.59 | 0.69 | 0.59 |
| Hex | DE | C0 | 4D | 0 | E | 41 | D | 30 | 45 | 3B |
| Octal | 336 | 300 | 115 | 0 | 16 | 101 | 15 | 60 | 105 | 73 |
| Binary | 11011110 | 11000000 | 1001101 | 0 | 1110 | 1000001 | 1101 | 110000 | 1000101 | 111011 |
Color Harmonies of #DEC04D
Complementary color
Monochromatic Colors of #DEC04D
Black with #DEC04D
Text Example
Text Example
White with #DEC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC04D; }
p { color: rgb(222,192,77); }
H1.HeaderClassName
{
color: #DEC04D;
}
.AnyTagClassName
{
color: #DEC04D;
}
</style>
background-color css
<style>
a { background-color: #DEC04D; }
a { background-color: rgb(222,192,77); }
div.DivClassName
{
background-color: #DEC04D;
}
.BgClassName
{
background-color: #DEC04D;
}
</style>
border-color css
<style>
span { border-color: #DEC04D; }
span { border-color: rgb(222,192,77); }
td.TdClassName
{
border-color: #DEC04D;
}
.TagClassName
{
border-color: #DEC04D;
}
</style>