Shades of Confetti #DEC144
Tints of Confetti #DEC144
RGB
CMYK
RGB Variations
Color information
#DEC144 (or 0xDEC144) is known color: Confetti. HEX triplet: DE, C1 and 44. RGB value is (222,193,68). Sum of RGB (Red+Green+Blue) = 222+193+68=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 68 (26.95% from 255 or 14.08% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC144 is #213EBB. Grayscale: #BBBBBB. Windows color (decimal): -2178748 or 4506078. OLE color: 4506078.
HSL color Cylindrical-coordinate representation of color #DEC144: hue angle of 48.7º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEC144 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 68 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.13 |
| HSL | 48.7º | 0.7% | 0.57% | - |
| HSV(B) | 48.7º | 0.69% | 0.87% | - |
| XYZ | 50.24 | 54.09 | 13.26 | - |
| YUV | 187.42 | 60.61 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 68 | 0 | 0.13 | 0.69 | 0.13 | 48.7 | 0.7 | 0.57 |
| Hex | DE | C1 | 44 | 0 | D | 45 | D | 31 | 46 | 39 |
| Octal | 336 | 301 | 104 | 0 | 15 | 105 | 15 | 61 | 106 | 71 |
| Binary | 11011110 | 11000001 | 1000100 | 0 | 1101 | 1000101 | 1101 | 110001 | 1000110 | 111001 |
Color Harmonies of #DEC144
Complementary color
Monochromatic Colors of #DEC144
Black with #DEC144
Text Example
Text Example
White with #DEC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC144; }
p { color: rgb(222,193,68); }
H1.HeaderClassName
{
color: #DEC144;
}
.AnyTagClassName
{
color: #DEC144;
}
</style>
background-color css
<style>
a { background-color: #DEC144; }
a { background-color: rgb(222,193,68); }
div.DivClassName
{
background-color: #DEC144;
}
.BgClassName
{
background-color: #DEC144;
}
</style>
border-color css
<style>
span { border-color: #DEC144; }
span { border-color: rgb(222,193,68); }
td.TdClassName
{
border-color: #DEC144;
}
.TagClassName
{
border-color: #DEC144;
}
</style>