Shades of Confetti #DEC03D
Tints of Confetti #DEC03D
RGB
CMYK
RGB Variations
Color information
#DEC03D (or 0xDEC03D) is known color: Confetti. HEX triplet: DE, C0 and 3D. RGB value is (222,192,61). Sum of RGB (Red+Green+Blue) = 222+192+61=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC03D is #213FC2. Grayscale: #BABABA. Windows color (decimal): -2179011 or 4047070. OLE color: 4047070.
HSL color Cylindrical-coordinate representation of color #DEC03D: hue angle of 48.82º 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 #DEC03D is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 61 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.13 |
| HSL | 48.82º | 0.71% | 0.55% | - |
| HSV(B) | 48.82º | 0.73% | 0.87% | - |
| XYZ | 49.82 | 53.57 | 12.13 | - |
| YUV | 186.04 | 57.44 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 61 | 0 | 0.14 | 0.73 | 0.13 | 48.82 | 0.71 | 0.55 |
| Hex | DE | C0 | 3D | 0 | E | 49 | D | 31 | 47 | 37 |
| Octal | 336 | 300 | 75 | 0 | 16 | 111 | 15 | 61 | 107 | 67 |
| Binary | 11011110 | 11000000 | 111101 | 0 | 1110 | 1001001 | 1101 | 110001 | 1000111 | 110111 |
Color Harmonies of #DEC03D
Complementary color
Monochromatic Colors of #DEC03D
Black with #DEC03D
Text Example
Text Example
White with #DEC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC03D; }
p { color: rgb(222,192,61); }
H1.HeaderClassName
{
color: #DEC03D;
}
.AnyTagClassName
{
color: #DEC03D;
}
</style>
background-color css
<style>
a { background-color: #DEC03D; }
a { background-color: rgb(222,192,61); }
div.DivClassName
{
background-color: #DEC03D;
}
.BgClassName
{
background-color: #DEC03D;
}
</style>
border-color css
<style>
span { border-color: #DEC03D; }
span { border-color: rgb(222,192,61); }
td.TdClassName
{
border-color: #DEC03D;
}
.TagClassName
{
border-color: #DEC03D;
}
</style>