Shades of Confetti #DECA41
Tints of Confetti #DECA41
RGB
CMYK
RGB Variations
Color information
#DECA41 (or 0xDECA41) is known color: Confetti. HEX triplet: DE, CA and 41. RGB value is (222,202,65). Sum of RGB (Red+Green+Blue) = 222+202+65=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 65 (25.78% from 255 or 13.29% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECA41 is #2135BE. Grayscale: #C0C0C0. Windows color (decimal): -2176447 or 4311774. OLE color: 4311774.
HSL color Cylindrical-coordinate representation of color #DECA41: hue angle of 52.36º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DECA41 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 65 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.13 |
| HSL | 52.36º | 0.7% | 0.56% | - |
| HSV(B) | 52.36º | 0.71% | 0.87% | - |
| XYZ | 52.2 | 58.15 | 13.47 | - |
| YUV | 192.36 | 56.13 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 65 | 0 | 0.09 | 0.71 | 0.13 | 52.36 | 0.7 | 0.56 |
| Hex | DE | CA | 41 | 0 | 9 | 47 | D | 34 | 46 | 38 |
| Octal | 336 | 312 | 101 | 0 | 11 | 107 | 15 | 64 | 106 | 70 |
| Binary | 11011110 | 11001010 | 1000001 | 0 | 1001 | 1000111 | 1101 | 110100 | 1000110 | 111000 |
Color Harmonies of #DECA41
Complementary color
Monochromatic Colors of #DECA41
Black with #DECA41
Text Example
Text Example
White with #DECA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA41; }
p { color: rgb(222,202,65); }
H1.HeaderClassName
{
color: #DECA41;
}
.AnyTagClassName
{
color: #DECA41;
}
</style>
background-color css
<style>
a { background-color: #DECA41; }
a { background-color: rgb(222,202,65); }
div.DivClassName
{
background-color: #DECA41;
}
.BgClassName
{
background-color: #DECA41;
}
</style>
border-color css
<style>
span { border-color: #DECA41; }
span { border-color: rgb(222,202,65); }
td.TdClassName
{
border-color: #DECA41;
}
.TagClassName
{
border-color: #DECA41;
}
</style>