Shades of Confetti #DEC43E
Tints of Confetti #DEC43E
RGB
CMYK
RGB Variations
Color information
#DEC43E (or 0xDEC43E) is known color: Confetti. HEX triplet: DE, C4 and 3E. RGB value is (222,196,62). Sum of RGB (Red+Green+Blue) = 222+196+62=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 62 (24.61% from 255 or 12.92% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC43E is #213BC1. Grayscale: #BDBDBD. Windows color (decimal): -2177986 or 4113630. OLE color: 4113630.
HSL color Cylindrical-coordinate representation of color #DEC43E: hue angle of 50.25º 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 #DEC43E is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 62 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.13 |
| HSL | 50.25º | 0.71% | 0.56% | - |
| HSV(B) | 50.25º | 0.72% | 0.87% | - |
| XYZ | 50.73 | 55.36 | 12.57 | - |
| YUV | 188.5 | 56.61 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 62 | 0 | 0.12 | 0.72 | 0.13 | 50.25 | 0.71 | 0.56 |
| Hex | DE | C4 | 3E | 0 | C | 48 | D | 32 | 47 | 38 |
| Octal | 336 | 304 | 76 | 0 | 14 | 110 | 15 | 62 | 107 | 70 |
| Binary | 11011110 | 11000100 | 111110 | 0 | 1100 | 1001000 | 1101 | 110010 | 1000111 | 111000 |
Color Harmonies of #DEC43E
Complementary color
Monochromatic Colors of #DEC43E
Black with #DEC43E
Text Example
Text Example
White with #DEC43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC43E; }
p { color: rgb(222,196,62); }
H1.HeaderClassName
{
color: #DEC43E;
}
.AnyTagClassName
{
color: #DEC43E;
}
</style>
background-color css
<style>
a { background-color: #DEC43E; }
a { background-color: rgb(222,196,62); }
div.DivClassName
{
background-color: #DEC43E;
}
.BgClassName
{
background-color: #DEC43E;
}
</style>
border-color css
<style>
span { border-color: #DEC43E; }
span { border-color: rgb(222,196,62); }
td.TdClassName
{
border-color: #DEC43E;
}
.TagClassName
{
border-color: #DEC43E;
}
</style>