Shades of Confetti #DEC93E
Tints of Confetti #DEC93E
RGB
CMYK
RGB Variations
Color information
#DEC93E (or 0xDEC93E) is known color: Confetti. HEX triplet: DE, C9 and 3E. RGB value is (222,201,62). Sum of RGB (Red+Green+Blue) = 222+201+62=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC93E is #2136C1. Grayscale: #C0C0C0. Windows color (decimal): -2176706 or 4114910. OLE color: 4114910.
HSL color Cylindrical-coordinate representation of color #DEC93E: hue angle of 52.12º 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 #DEC93E is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 62 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.13 |
| HSL | 52.13º | 0.71% | 0.56% | - |
| HSV(B) | 52.13º | 0.72% | 0.87% | - |
| XYZ | 51.88 | 57.65 | 12.95 | - |
| YUV | 191.43 | 54.96 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 62 | 0 | 0.09 | 0.72 | 0.13 | 52.13 | 0.71 | 0.56 |
| Hex | DE | C9 | 3E | 0 | 9 | 48 | D | 34 | 47 | 38 |
| Octal | 336 | 311 | 76 | 0 | 11 | 110 | 15 | 64 | 107 | 70 |
| Binary | 11011110 | 11001001 | 111110 | 0 | 1001 | 1001000 | 1101 | 110100 | 1000111 | 111000 |
Color Harmonies of #DEC93E
Complementary color
Monochromatic Colors of #DEC93E
Black with #DEC93E
Text Example
Text Example
White with #DEC93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC93E; }
p { color: rgb(222,201,62); }
H1.HeaderClassName
{
color: #DEC93E;
}
.AnyTagClassName
{
color: #DEC93E;
}
</style>
background-color css
<style>
a { background-color: #DEC93E; }
a { background-color: rgb(222,201,62); }
div.DivClassName
{
background-color: #DEC93E;
}
.BgClassName
{
background-color: #DEC93E;
}
</style>
border-color css
<style>
span { border-color: #DEC93E; }
span { border-color: rgb(222,201,62); }
td.TdClassName
{
border-color: #DEC93E;
}
.TagClassName
{
border-color: #DEC93E;
}
</style>