Shades of Confetti #DEC33D
Tints of Confetti #DEC33D
RGB
CMYK
RGB Variations
Color information
#DEC33D (or 0xDEC33D) is known color: Confetti. HEX triplet: DE, C3 and 3D. RGB value is (222,195,61). Sum of RGB (Red+Green+Blue) = 222+195+61=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 61 (24.22% from 255 or 12.76% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC33D is #213CC2. Grayscale: #BCBCBC. Windows color (decimal): -2178243 or 4047838. OLE color: 4047838.
HSL color Cylindrical-coordinate representation of color #DEC33D: hue angle of 49.94º 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 #DEC33D is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 61 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.13 |
| HSL | 49.94º | 0.71% | 0.55% | - |
| HSV(B) | 49.94º | 0.73% | 0.87% | - |
| XYZ | 50.48 | 54.9 | 12.35 | - |
| YUV | 187.8 | 56.45 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 61 | 0 | 0.12 | 0.73 | 0.13 | 49.94 | 0.71 | 0.55 |
| Hex | DE | C3 | 3D | 0 | C | 49 | D | 32 | 47 | 37 |
| Octal | 336 | 303 | 75 | 0 | 14 | 111 | 15 | 62 | 107 | 67 |
| Binary | 11011110 | 11000011 | 111101 | 0 | 1100 | 1001001 | 1101 | 110010 | 1000111 | 110111 |
Color Harmonies of #DEC33D
Complementary color
Monochromatic Colors of #DEC33D
Black with #DEC33D
Text Example
Text Example
White with #DEC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC33D; }
p { color: rgb(222,195,61); }
H1.HeaderClassName
{
color: #DEC33D;
}
.AnyTagClassName
{
color: #DEC33D;
}
</style>
background-color css
<style>
a { background-color: #DEC33D; }
a { background-color: rgb(222,195,61); }
div.DivClassName
{
background-color: #DEC33D;
}
.BgClassName
{
background-color: #DEC33D;
}
</style>
border-color css
<style>
span { border-color: #DEC33D; }
span { border-color: rgb(222,195,61); }
td.TdClassName
{
border-color: #DEC33D;
}
.TagClassName
{
border-color: #DEC33D;
}
</style>