Shades of Confetti #DEC645
Tints of Confetti #DEC645
RGB
CMYK
RGB Variations
Color information
#DEC645 (or 0xDEC645) is known color: Confetti. HEX triplet: DE, C6 and 45. RGB value is (222,198,69). Sum of RGB (Red+Green+Blue) = 222+198+69=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC645 is #2139BA. Grayscale: #BFBFBF. Windows color (decimal): -2177467 or 4572894. OLE color: 4572894.
HSL color Cylindrical-coordinate representation of color #DEC645: hue angle of 50.59º 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 #DEC645 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 69 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.13 |
| HSL | 50.59º | 0.7% | 0.57% | - |
| HSV(B) | 50.59º | 0.69% | 0.87% | - |
| XYZ | 51.39 | 56.35 | 13.8 | - |
| YUV | 190.47 | 59.45 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 69 | 0 | 0.11 | 0.69 | 0.13 | 50.59 | 0.7 | 0.57 |
| Hex | DE | C6 | 45 | 0 | B | 45 | D | 33 | 46 | 39 |
| Octal | 336 | 306 | 105 | 0 | 13 | 105 | 15 | 63 | 106 | 71 |
| Binary | 11011110 | 11000110 | 1000101 | 0 | 1011 | 1000101 | 1101 | 110011 | 1000110 | 111001 |
Color Harmonies of #DEC645
Complementary color
Monochromatic Colors of #DEC645
Black with #DEC645
Text Example
Text Example
White with #DEC645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC645; }
p { color: rgb(222,198,69); }
H1.HeaderClassName
{
color: #DEC645;
}
.AnyTagClassName
{
color: #DEC645;
}
</style>
background-color css
<style>
a { background-color: #DEC645; }
a { background-color: rgb(222,198,69); }
div.DivClassName
{
background-color: #DEC645;
}
.BgClassName
{
background-color: #DEC645;
}
</style>
border-color css
<style>
span { border-color: #DEC645; }
span { border-color: rgb(222,198,69); }
td.TdClassName
{
border-color: #DEC645;
}
.TagClassName
{
border-color: #DEC645;
}
</style>