Shades of Confetti #DEC03E
Tints of Confetti #DEC03E
RGB
CMYK
RGB Variations
Color information
#DEC03E (or 0xDEC03E) is known color: Confetti. HEX triplet: DE, C0 and 3E. RGB value is (222,192,62). Sum of RGB (Red+Green+Blue) = 222+192+62=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC03E is #213FC1. Grayscale: #BABABA. Windows color (decimal): -2179010 or 4112606. OLE color: 4112606.
HSL color Cylindrical-coordinate representation of color #DEC03E: hue angle of 48.75º 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 #DEC03E is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 62 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.13 |
| HSL | 48.75º | 0.71% | 0.56% | - |
| HSV(B) | 48.75º | 0.72% | 0.87% | - |
| XYZ | 49.84 | 53.58 | 12.27 | - |
| YUV | 186.15 | 57.94 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 62 | 0 | 0.14 | 0.72 | 0.13 | 48.75 | 0.71 | 0.56 |
| Hex | DE | C0 | 3E | 0 | E | 48 | D | 31 | 47 | 38 |
| Octal | 336 | 300 | 76 | 0 | 16 | 110 | 15 | 61 | 107 | 70 |
| Binary | 11011110 | 11000000 | 111110 | 0 | 1110 | 1001000 | 1101 | 110001 | 1000111 | 111000 |
Color Harmonies of #DEC03E
Complementary color
Monochromatic Colors of #DEC03E
Black with #DEC03E
Text Example
Text Example
White with #DEC03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC03E; }
p { color: rgb(222,192,62); }
H1.HeaderClassName
{
color: #DEC03E;
}
.AnyTagClassName
{
color: #DEC03E;
}
</style>
background-color css
<style>
a { background-color: #DEC03E; }
a { background-color: rgb(222,192,62); }
div.DivClassName
{
background-color: #DEC03E;
}
.BgClassName
{
background-color: #DEC03E;
}
</style>
border-color css
<style>
span { border-color: #DEC03E; }
span { border-color: rgb(222,192,62); }
td.TdClassName
{
border-color: #DEC03E;
}
.TagClassName
{
border-color: #DEC03E;
}
</style>