Shades of Confetti #DEC43D
Tints of Confetti #DEC43D
RGB
CMYK
RGB Variations
Color information
#DEC43D (or 0xDEC43D) is known color: Confetti. HEX triplet: DE, C4 and 3D. RGB value is (222,196,61). Sum of RGB (Red+Green+Blue) = 222+196+61=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 61 (24.22% from 255 or 12.73% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC43D is #213BC2. Grayscale: #BCBCBC. Windows color (decimal): -2177987 or 4048094. OLE color: 4048094.
HSL color Cylindrical-coordinate representation of color #DEC43D: hue angle of 50.31º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEC43D is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 61 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.13 |
| HSL | 50.31º | 0.71% | 0.55% | - |
| HSV(B) | 50.31º | 0.73% | 0.87% | - |
| XYZ | 50.71 | 55.35 | 12.43 | - |
| YUV | 188.38 | 56.11 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 61 | 0 | 0.12 | 0.73 | 0.13 | 50.31 | 0.71 | 0.55 |
| Hex | DE | C4 | 3D | 0 | C | 49 | D | 32 | 47 | 37 |
| Octal | 336 | 304 | 75 | 0 | 14 | 111 | 15 | 62 | 107 | 67 |
| Binary | 11011110 | 11000100 | 111101 | 0 | 1100 | 1001001 | 1101 | 110010 | 1000111 | 110111 |
Color Harmonies of #DEC43D
Complementary color
Monochromatic Colors of #DEC43D
Black with #DEC43D
Text Example
Text Example
White with #DEC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC43D; }
p { color: rgb(222,196,61); }
H1.HeaderClassName
{
color: #DEC43D;
}
.AnyTagClassName
{
color: #DEC43D;
}
</style>
background-color css
<style>
a { background-color: #DEC43D; }
a { background-color: rgb(222,196,61); }
div.DivClassName
{
background-color: #DEC43D;
}
.BgClassName
{
background-color: #DEC43D;
}
</style>
border-color css
<style>
span { border-color: #DEC43D; }
span { border-color: rgb(222,196,61); }
td.TdClassName
{
border-color: #DEC43D;
}
.TagClassName
{
border-color: #DEC43D;
}
</style>