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