Shades of Confetti #DECA45
Tints of Confetti #DECA45
RGB
CMYK
RGB Variations
Color information
#DECA45 (or 0xDECA45) is known color: Confetti. HEX triplet: DE, CA and 45. RGB value is (222,202,69). Sum of RGB (Red+Green+Blue) = 222+202+69=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 69 (27.34% from 255 or 14.00% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECA45 is #2135BA. Grayscale: #C1C1C1. Windows color (decimal): -2176443 or 4573918. OLE color: 4573918.
HSL color Cylindrical-coordinate representation of color #DECA45: hue angle of 52.16º 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 #DECA45 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 69 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.13 |
| HSL | 52.16º | 0.7% | 0.57% | - |
| HSV(B) | 52.16º | 0.69% | 0.87% | - |
| XYZ | 52.32 | 58.2 | 14.11 | - |
| YUV | 192.82 | 58.13 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 69 | 0 | 0.09 | 0.69 | 0.13 | 52.16 | 0.7 | 0.57 |
| Hex | DE | CA | 45 | 0 | 9 | 45 | D | 34 | 46 | 39 |
| Octal | 336 | 312 | 105 | 0 | 11 | 105 | 15 | 64 | 106 | 71 |
| Binary | 11011110 | 11001010 | 1000101 | 0 | 1001 | 1000101 | 1101 | 110100 | 1000110 | 111001 |
Color Harmonies of #DECA45
Complementary color
Monochromatic Colors of #DECA45
Black with #DECA45
Text Example
Text Example
White with #DECA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA45; }
p { color: rgb(222,202,69); }
H1.HeaderClassName
{
color: #DECA45;
}
.AnyTagClassName
{
color: #DECA45;
}
</style>
background-color css
<style>
a { background-color: #DECA45; }
a { background-color: rgb(222,202,69); }
div.DivClassName
{
background-color: #DECA45;
}
.BgClassName
{
background-color: #DECA45;
}
</style>
border-color css
<style>
span { border-color: #DECA45; }
span { border-color: rgb(222,202,69); }
td.TdClassName
{
border-color: #DECA45;
}
.TagClassName
{
border-color: #DECA45;
}
</style>